Commit cbda76c7 authored by Matthieu Bouron's avatar Matthieu Bouron Committed by Michael Niedermayer

mxfdec: Add missing break in frame layout parsing

Reviewed-by: 's avatarTomas Härdin <tomas.hardin@codemill.se>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 70ca163b
......@@ -1520,6 +1520,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
case SeparateFields:
case MixedFields:
st->codec->height *= 2; /* Turn field height into frame height. */
break;
default:
av_log(mxf->fc, AV_LOG_INFO, "Unknown frame layout type: %d\n", descriptor->frame_layout);
}
......
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