[FFmpeg-cvslog] mxfdec: add missing break
Vittorio Giovara
git at videolan.org
Sun Jan 18 01:39:03 CET 2015
ffmpeg | branch: release/2.4 | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Oct 24 00:05:57 2014 +0100| [8a982092cc3436c25d68ec15b27277c176ce0061] | committer: Vittorio Giovara
mxfdec: add missing break
CC: libav-stable at libav.org
Bug-Id: CID 732232
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a982092cc3436c25d68ec15b27277c176ce0061
---
libavformat/mxfdec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 879e73e..9aedd47 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -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",
More information about the ffmpeg-cvslog
mailing list