mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
dpxenc: mention missing break
Bug-Id: CID 732229
This commit is contained in:
parent
4dda5e9b08
commit
e9a6ae775d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user