On Fri, 20 Nov 2015 17:09:50 +0100 Nicolas George <geo...@nsup.org> wrote:
> Le decadi 30 brumaire, an CCXXIV, wm4 a écrit : > > Not sure why you argue for a better API. The semantics are to block > > until there's a new packet, or EOF. That's it. > > Did you not realize yet that blocking APIs are unsuited for any complex > application? Even ffmpeg.c suffers from this, and it is not very complex > with regard to I/O. > Uh what? Blocking I/O is perfectly fine, especially for something like a demuxer, or something that does file I/O. Just use threads. But this has absolutely nothing to do with the problem at hand. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel