[FFmpeg-devel] Fwd: framebuffer device demuxer
Nicolas George
nicolas.george
Sat Mar 12 14:15:49 CET 2011
Le septidi 17 vent?se, an CCXIX, Stefano Sabatini a ?crit?:
> > > while (nanosleep(&ts, &ts) && errno == EINTR);
> + while (nanosleep(&ts, &ts) == EINTR);
I think you made a mistake while writing the loop: nanosleep does not return
the error status directly but through errno.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110312/6ae143be/attachment.pgp>
More information about the ffmpeg-devel
mailing list