Commit def01739 authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Michael Niedermayer

mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 28d75441
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment