Switch the default renderer color range to full

This commit is contained in:
Cameron Gutman
2026-08-05 23:56:18 -05:00
parent b2f0828df8
commit c1623ff44e
@@ -224,8 +224,8 @@ public:
}
virtual int getDecoderColorRange() {
// Limited is the default
return COLOR_RANGE_LIMITED;
// Full is the default
return COLOR_RANGE_FULL;
}
virtual int getFrameColorspace(const AVFrame* frame) {