Update av.conf.xml

fix the color rendering in the chrome 84+ that sRGB not support
This commit is contained in:
pangu 2021-01-20 10:21:12 +08:00 committed by GitHub
parent d498f6c723
commit 306e7ea657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {