[FFmpeg-devel] [PATCH] libavformat/cache: don't treat 0 as EOF libavformat/aviobuf: don't treat 0 as EOF libavformat/avio: retry_transfer_wrapper: don't treat 0 as EOF
Daniel Kučera
daniel.kucera at gmail.com
Mon Oct 16 06:10:27 EEST 2017
> This changes:
> ./ffmpeg -y -i 'concat:matrixbench_mpeg2.mpg|matrixbench_mpeg2.mpg'
-vsync 0 -an file.avi
In case he doesn't have this sample:
http://samples.ffmpeg.org/benchmark/testsuite1/matrixbench_mpeg2.mpg
Basically, with the patch applied the above command doesn't concatenate
the input as requested.
Is there a reason why this test is not included in fate?
More information about the ffmpeg-devel
mailing list