This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
dpxenc: mention missing break
Bug-Id: CID 732229
tags/n2.5
Vittorio Giovara
11 years ago
parent
4dda5e9b08
commit
e9a6ae775d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save