Browse Source

oggparsevorbis: Remove code messing with cur_dts.

This code caused first_dts to become corrupt and in value to be
around relative_ts.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
ca4a3f4a08
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/oggparsevorbis.c

+ 0
- 1
libavformat/oggparsevorbis.c View File

@@ -322,7 +322,6 @@ static int vorbis_packet(AVFormatContext *s, int idx)
s->streams[idx]->start_time = os->lastpts + first_duration;
if (s->streams[idx]->duration)
s->streams[idx]->duration -= s->streams[idx]->start_time;
s->streams[idx]->cur_dts = AV_NOPTS_VALUE;
priv->final_pts = AV_NOPTS_VALUE;
avpriv_vorbis_parse_reset(&priv->vp);
}


Loading…
Cancel
Save