Fix macOS build

This commit is contained in:
Cameron Gutman
2022-10-13 01:11:04 -05:00
parent 40dd588bef
commit 0928d1fab2
+1 -1
View File
@@ -502,7 +502,7 @@ public:
return true; return true;
} }
int getDecoderColorspace() override int getDecoderSdrColorspace() override
{ {
// macOS seems to handle Rec 601 best // macOS seems to handle Rec 601 best
return COLORSPACE_REC_601; return COLORSPACE_REC_601;