mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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