Skip to content

Commit c1623ff

Browse files
committed
Switch the default renderer color range to full
1 parent b2f0828 commit c1623ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/streaming/video/ffmpeg-renderers/renderer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ class IFFmpegRenderer : public Overlay::IOverlayRenderer {
224224
}
225225

226226
virtual int getDecoderColorRange() {
227-
// Limited is the default
228-
return COLOR_RANGE_LIMITED;
227+
// Full is the default
228+
return COLOR_RANGE_FULL;
229229
}
230230

231231
virtual int getFrameColorspace(const AVFrame* frame) {

0 commit comments

Comments
 (0)