Fix macOS build

This commit is contained in:
Cameron Gutman 2022-10-13 01:11:04 -05:00
parent 40dd588bef
commit 0928d1fab2

View file

@ -502,7 +502,7 @@ public:
return true;
}
int getDecoderColorspace() override
int getDecoderSdrColorspace() override
{
// macOS seems to handle Rec 601 best
return COLORSPACE_REC_601;