From 6e0449df78f45a2d654361d07461ef0582c957ac Mon Sep 17 00:00:00 2001 From: psi Date: Tue, 17 Mar 2020 19:10:31 +0900 Subject: [PATCH] Change default MatrixCoefficients to sRGB --- src/Config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.hpp b/src/Config.hpp index 29f7823..2b69c0a 100644 --- a/src/Config.hpp +++ b/src/Config.hpp @@ -37,7 +37,7 @@ class Config final { // color uint8_t colorPrimaries = 1; uint8_t transferCharacteristics = 13; - uint8_t matrixCoefficients = 9; + uint8_t matrixCoefficients = 1; // encoding aom_codec_enc_cfg codec{}; aom_scaling_mode_t scaleMode = {