Skip to content

Commit bb876f3

Browse files
committed
Removed unusued color channel abbreviations
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
1 parent 4c98d80 commit bb876f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/OpenEXRCore/internal_ht_common.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ make_channel_map (
5757

5858
RGBChannelParams params[] = {
5959
{"r", "g", "b", -1, -1, -1, NULL, 0},
60-
{"red", "green", "blue", -1, -1, -1, NULL, 0},
61-
{"red", "grn", "blu", -1, -1, -1, NULL, 0}};
60+
{"red", "green", "blue", -1, -1, -1, NULL, 0}};
6261
constexpr size_t params_count = sizeof (params) / sizeof (params[0]);
6362

6463
cs_to_file_ch.resize (channel_count);

0 commit comments

Comments
 (0)