Switch the default renderer color range to full
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user