]> git.sesse.net Git - ffmpeg/commit
lavf/utils: Fix DTS for short H264 streams.
authorSasi Inguva <isasi@google.com>
Sat, 12 Mar 2016 10:40:25 +0000 (02:40 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 12 Mar 2016 13:48:07 +0000 (14:48 +0100)
commit895dd0967194dac597405b9b2691b148809e221a
tree446e978560c33d98d236ea75a45814953fccf7a8
parente939dde48d446216530a4106e0471f1a155dfe26
lavf/utils: Fix DTS for short H264 streams.

Fill DTS if all packets have been read in avformat_find_stream_info, and still
has_decode_delay_been_guessed returns false.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/utils.c