Update av.conf.xml
fix the color rendering in the chrome 84+ that sRGB not support
This commit is contained in:
parent
d498f6c723
commit
306e7ea657
|
@ -107,7 +107,7 @@ enum AVColorSpace {
|
|||
AVCOL_SPC_NB ///< Not part of ABI
|
||||
};
|
||||
-->
|
||||
<param name="colorspace" value="0"/>
|
||||
<param name="colorspace" value="1"/>
|
||||
|
||||
<!--
|
||||
enum AVColorRange {
|
||||
|
|
Loading…
Reference in New Issue