Commit be99385d authored by reimar's avatar reimar

Set bits_per_raw_sample appropriately in dpx decoder.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b8a0ed8d
......@@ -92,6 +92,7 @@ static int decode_frame(AVCodecContext *avctx,
// Need to end in 0x323 to read the bits per color
buf += 3;
avctx->bits_per_raw_sample =
bits_per_color = buf[0];
switch (descriptor) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment