diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index a55987588..c2b02cc84 100644 --- a/test/test.c +++ b/test/test.c @@ -1660,6 +1660,7 @@ static void ShowHelp() " (default: set by preset, typically 2)\n" " -M, --color-matrix <string>\n" " Set the color space signaled by the output:\n" +" Overrides color signalling with no conversion.\n" " 2020\n" " 709\n" " 601\n" @@ -4118,7 +4119,7 @@ static hb_dict_t * PreparePreset(const char *preset_name) } if (color_matrix_code > 0) { - hb_dict_set(preset, "VideoColorMatrixCode", + hb_dict_set(preset, "VideoColorMatrixCodeOverride", hb_value_int(color_matrix_code)); } #ifdef USE_QSV |