Browse Source

Set bits_per_raw_sample when decoding mjpeg / ljpeg.

The ljpeg decoder also supports gray images with
8 - 15 bits per component.
tags/n2.1
Carl Eugen Hoyos 12 years ago
parent
commit
ae4dc0b37a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mjpegdec.c

+ 1
- 0
libavcodec/mjpegdec.c View File

@@ -221,6 +221,7 @@ int ff_mjpeg_decode_sof(MJpegDecodeContext *s)

/* XXX: verify len field validity */
len = get_bits(&s->gb, 16);
s->avctx->bits_per_raw_sample =
s->bits = get_bits(&s->gb, 8);

if (s->pegasus_rct)


Loading…
Cancel
Save