From bc1ef85520b6b5adc1361841c24218a9d74454e8 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 23 Mar 2012 15:03:03 -0700 Subject: lavc/avconv: support changing frame sizes in codecs with frame mt. Signed-off-by: Anton Khirnov --- libavcodec/pthread.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/pthread.c') diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c index 2e4c6a880e..bbbc4829ec 100644 --- a/libavcodec/pthread.c +++ b/libavcodec/pthread.c @@ -630,10 +630,6 @@ int ff_thread_decode_frame(AVCodecContext *avctx, *picture = p->frame; *got_picture_ptr = p->got_frame; picture->pkt_dts = p->avpkt.dts; - picture->sample_aspect_ratio = avctx->sample_aspect_ratio; - picture->width = avctx->width; - picture->height = avctx->height; - picture->format = avctx->pix_fmt; /* * A later call with avkpt->size == 0 may loop over all threads, -- cgit v1.2.3