1 parent b2f0828 commit c1623ffCopy full SHA for c1623ff
1 file changed
app/streaming/video/ffmpeg-renderers/renderer.h
@@ -224,8 +224,8 @@ class IFFmpegRenderer : public Overlay::IOverlayRenderer {
224
}
225
226
virtual int getDecoderColorRange() {
227
- // Limited is the default
228
- return COLOR_RANGE_LIMITED;
+ // Full is the default
+ return COLOR_RANGE_FULL;
229
230
231
virtual int getFrameColorspace(const AVFrame* frame) {
0 commit comments