[FFmpeg-cvslog] dpxenc: mention missing break
Vittorio Giovara
git at videolan.org
Thu Nov 13 13:41:14 CET 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Nov 11 17:40:02 2014 +0100| [e9a6ae775dabef3942632e8d4ef95fff94a1b310] | committer: Vittorio Giovara
dpxenc: mention missing break
Bug-Id: CID 732229
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9a6ae775dabef3942632e8d4ef95fff94a1b310
---
libavcodec/dpxenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/dpxenc.c b/libavcodec/dpxenc.c
index 2232933..4de71cf 100644
--- a/libavcodec/dpxenc.c
+++ b/libavcodec/dpxenc.c
@@ -54,6 +54,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
break;
case AV_PIX_FMT_RGB48LE:
s->big_endian = 0;
+ /* fall-through */
case AV_PIX_FMT_RGB48BE:
s->bits_per_component = avctx->bits_per_raw_sample ? avctx->bits_per_raw_sample : 16;
break;
More information about the ffmpeg-cvslog
mailing list