Commit 546e29d1 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/exr: make it aware of 2 additional compressions

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 545511f5
......@@ -59,6 +59,8 @@ enum ExrCompr {
EXR_PXR24,
EXR_B44,
EXR_B44A,
EXR_DWA,
EXR_DWB,
EXR_UNKN,
};
......
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