Browse Source

avcodec/exr: make it aware of 2 additional compressions

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.3
Paul B Mahol 8 years ago
parent
commit
546e29d1f5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/exr.c

+ 2
- 0
libavcodec/exr.c View File

@@ -59,6 +59,8 @@ enum ExrCompr {
EXR_PXR24,
EXR_B44,
EXR_B44A,
EXR_DWA,
EXR_DWB,
EXR_UNKN,
};



Loading…
Cancel
Save