mxfdec: add missing break

CC: libav-stable@libav.org
Bug-Id: CID 732232
This commit is contained in:
Vittorio Giovara 2014-10-24 00:05:57 +01:00
parent 28c020d4df
commit ad6b00d85f

View File

@ -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",