Browse Source

libopenjpeg: Support rgba64 decoding

tags/n2.3
Vittorio Giovara 11 years ago
parent
commit
1b51b7ba00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libopenjpegdec.c

+ 1
- 1
libavcodec/libopenjpegdec.c View File

@@ -43,7 +43,7 @@
// pix_fmts with lower bpp have to be listed before
// similar pix_fmts with higher bpp.
#define RGB_PIXEL_FORMATS AV_PIX_FMT_RGB24, AV_PIX_FMT_RGBA, \
AV_PIX_FMT_RGB48
AV_PIX_FMT_RGB48, AV_PIX_FMT_RGBA64

#define GRAY_PIXEL_FORMATS AV_PIX_FMT_GRAY8, AV_PIX_FMT_Y400A, \
AV_PIX_FMT_GRAY16


Loading…
Cancel
Save