OSDN Git Service

Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Feb 2008 17:41:32 +0000 (17:41 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Feb 2008 17:41:32 +0000 (17:41 +0000)
commitda0ef2d5574f3729db7be1e49c2cb53a94fb35b9
tree9df67ea82c4be1a851ff1f2ab9cc3e59927c58ea
parent1d03e71805eb18813250a1337dd3dab15c004aa0
Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed
but sadly there are cases where the timestamps cannot be found without decoding.

Originally committed as revision 12130 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c