Set next_pts to pts if it is unknown and pkt->dts is not known either. This
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Feb 2008 19:08:15 +0000 (19:08 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Feb 2008 19:08:15 +0000 (19:08 +0000)
commited9238593e4b030e0a27ab6b4279d90d5b017fb2
tree8020a1aecc447f93f2f26c3eee8cb44974ba222a
parentb1b818fce82dd9acd0493321b3857d329408add9
Set next_pts to pts if it is unknown and pkt->dts is not known either. This
is needed because next_pts is used to calculate the next pts and adding
to AV_NOPTS_VALUE does not achieve the intended result.

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