mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
mxfdec: Add missing break in frame layout parsing
Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
70ca163bc5
commit
cbda76c7c6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user