dpxenc: mention missing break

Bug-Id: CID 732229
This commit is contained in:
Vittorio Giovara 2014-11-11 17:40:02 +01:00
parent 4dda5e9b08
commit e9a6ae775d
1 changed files with 1 additions and 0 deletions

View File

@ -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;