lavc/avconv: support changing frame sizes in codecs with frame mt.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
e20ad71ebb
commit
bc1ef85520
@@ -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,
|
||||
|
Reference in New Issue
Block a user