diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 88bb8389d..a042c25fa 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -243,6 +243,9 @@ struct hb_job_s int pass; char *advanced_opts; int areBframes; + int color_matrix_code; + int color_prim; + int color_transfer; int color_matrix; /* List of audio settings. */ |