Commit ad6b00d8 authored by Vittorio Giovara's avatar Vittorio Giovara

mxfdec: add missing break

CC: libav-stable@libav.org
Bug-Id: CID 732232
parent 28c020d4
......@@ -1571,6 +1571,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
}
/* Turn field height into frame height. */
st->codec->height *= 2;
break;
default:
av_log(mxf->fc, AV_LOG_INFO,
"Unknown frame layout type: %d\n",
......
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