]> git.sesse.net Git - ffmpeg/commit
lavf: if timestamps are invalid (pts=dts) only drop dts.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 16 Nov 2011 00:19:35 +0000 (01:19 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 16 Nov 2011 00:25:42 +0000 (01:25 +0100)
commitcd6851c5ef281e44af7028e08597c4dfb73d880f
treeacdfc3d366f0cfa399ec57030209bc6e9fc30f5c
parent1c43713e57b4f28707f301b8b6137ab9d7ea26f9
lavf: if timestamps are invalid (pts=dts) only drop dts.
Because if we drop both we have no timestamps at all for some files.
Fixes Ticket344

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c