mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
28d75441ec
commit
def01739c1
@ -1524,6 +1524,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
|
||||
av_log(mxf->fc, AV_LOG_INFO, "SegmentedFrame layout isn't currently supported\n");
|
||||
break;
|
||||
case FullFrame:
|
||||
st->codec->field_order = AV_FIELD_PROGRESSIVE;
|
||||
break;
|
||||
case OneField:
|
||||
/* Every other line is stored and needs to be duplicated. */
|
||||
|
Loading…
Reference in New Issue
Block a user