]> granicus.if.org Git - handbrake/commit
libhb: change preset key to VideoColorMatrixCodeOverride
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 15 Mar 2019 23:35:12 +0000 (17:35 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 8 Apr 2019 13:44:09 +0000 (07:44 -0600)
commit219b2540dc3ae2bb80f634b7df25f228f3a679ed
treebd06a7b6945343399c08c35f1539538eb1c2f5e1
parentbe581837296bc947df6ffe83dbabde137e92e039
libhb: change preset key to VideoColorMatrixCodeOverride

Reserve VideoColorMatrixCode for doing color conversion.
VideoColorMatrixCodeOverride sets color flags without transforming video
frame colors.
14 files changed:
libhb/common.c
libhb/common.h
libhb/decavcodec.c
libhb/enc_qsv.c
libhb/encavcodec.c
libhb/encx264.c
libhb/encx265.c
libhb/hb_json.c
libhb/preset.c
libhb/preset_builtin.h
preset/preset_builtin.json
preset/preset_cli_default.json
preset/preset_template.json
test/test.c