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>
This commit is contained in:
parent
44239bd9f2
commit
ca4a3f4a08
@ -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…
x
Reference in New Issue
Block a user