You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '46430fd47c6239ef8742d0a34f9412d5060fa798'
* commit '46430fd47c6239ef8742d0a34f9412d5060fa798': vc1dec: Don't attempt error concealment on field pictures vc1dec: fieldtx is only valid for interlaced frame pictures aacenc: Fix erasure of surround channels aacenc: Fix target bitrate for twoloop quantiser search Conflicts: libavcodec/vc1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -6140,7 +6140,7 @@ static int vc1_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
// return -1;
|
// return -1;
|
||||||
if(s->er.error_occurred && s->pict_type == AV_PICTURE_TYPE_B)
|
if(s->er.error_occurred && s->pict_type == AV_PICTURE_TYPE_B)
|
||||||
goto err;
|
goto err;
|
||||||
if(!v->field_mode)
|
if (!v->field_mode)
|
||||||
ff_er_frame_end(&s->er);
|
ff_er_frame_end(&s->er);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user