vd_lavc: remove unnecessary initialization

This is already the default value.
This commit is contained in:
wm4 2016-08-19 14:55:18 +02:00
parent 2fbd1d3610
commit e5f61c2bd5
1 changed files with 0 additions and 1 deletions

View File

@ -825,7 +825,6 @@ static void decode(struct dec_video *vd, struct demux_packet *packet,
struct demux_packet *cc = new_demux_packet_from(sd->data, sd->size);
cc->pts = vd->codec_pts;
cc->dts = vd->codec_dts;
cc->pos = -1;
demuxer_feed_caption(vd->header, cc);
}