Skip to content

Commit

Permalink
Add a missing break statement when determining compression in exr2aces
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hendrikse <karlhendrikse@gmail.com>
  • Loading branch information
karlhendrikse authored and cary-ilm committed Nov 21, 2019
1 parent 780c223 commit 1296f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenEXR/exr2aces/main.cpp
Expand Up @@ -137,6 +137,7 @@ exr2aces (const char inFileName[],
case B44_COMPRESSION:
case B44A_COMPRESSION:
h.compression() = B44A_COMPRESSION;
break;

default:
h.compression() = PIZ_COMPRESSION;
Expand Down

0 comments on commit 1296f73

Please sign in to comment.