mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
mxfdec: add missing break
CC: libav-stable@libav.org Bug-Id: CID 732232
This commit is contained in:
parent
28c020d4df
commit
ad6b00d85f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user