Re: [FFmpeg-devel] [PATCH 3/5] lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).

2015-11-30 Thread Michael Niedermayer
On Fri, Nov 27, 2015 at 07:16:08PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavformat/mpeg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > Problem can be observed with files containing large portions of junk, for > example: > > {

[FFmpeg-devel] [PATCH 3/5] lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).

2015-11-27 Thread Nicolas George
Signed-off-by: Nicolas George --- libavformat/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Problem can be observed with files containing large portions of junk, for example: { ffmpeg -lavfi testsrc=d=60 -f vob -; head -c $[256*1024*1024] /dev/zero; ffmpeg