Browse Source

dpxenc: mention missing break

Bug-Id: CID 732229
tags/n2.5
Vittorio Giovara 11 years ago
parent
commit
e9a6ae775d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/dpxenc.c

+ 1
- 0
libavcodec/dpxenc.c 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;


Loading…
Cancel
Save