From 3c276ac0f8936745543d14674842647c502bdd2e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 31 May 2012 23:50:08 +0200 Subject: dv-demux: dont mess with codec values Fixes part of Ticket1369 Found-by: ami_stuff Signed-off-by: Michael Niedermayer --- libavformat/dv.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/dv.c') diff --git a/libavformat/dv.c b/libavformat/dv.c index 2ce928fa26..75b42b01ab 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -273,9 +273,6 @@ static int dv_extract_video_info(DVDemuxContext *c, uint8_t* frame) avpriv_set_pts_info(c->vst, 64, c->sys->time_base.num, c->sys->time_base.den); avctx->time_base= c->sys->time_base; - if (!avctx->width) - avcodec_set_dimensions(avctx, c->sys->width, c->sys->height); - avctx->pix_fmt = c->sys->pix_fmt; /* finding out SAR is a little bit messy */ vsc_pack = dv_extract_pack(frame, dv_video_control); -- cgit v1.2.3