]> git.sesse.net Git - ffmpeg/commit
ffmpeg: Do not fill gap before the first decodable frame on single stream input files...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 14 Nov 2013 00:21:20 +0000 (01:21 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Nov 2013 13:27:29 +0000 (14:27 +0100)
commitd7ebeba80c609e160a171168b3434c342a652237
tree1807e0aebc5b53f1c167058a82fcf990f9565fea
parentd04b7de786780747878c080ba522405c6f542ccb
ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it.

Fixes different behavior to JM and probably several if not all
reference decoders.

We cannot just do this unconditionally as it would ruin AV sync in
some use cases.

Bug-Found-by: BugMaster
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c
ffmpeg.h
ffmpeg_opt.c