Switch the default renderer color range to full
This commit is contained in:
@@ -224,8 +224,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual int getDecoderColorRange() {
|
virtual int getDecoderColorRange() {
|
||||||
// Limited is the default
|
// Full is the default
|
||||||
return COLOR_RANGE_LIMITED;
|
return COLOR_RANGE_FULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int getFrameColorspace(const AVFrame* frame) {
|
virtual int getFrameColorspace(const AVFrame* frame) {
|
||||||
|
|||||||
Reference in New Issue
Block a user