summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 41272b93f..2d275978f 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -257,6 +257,9 @@ struct hb_job_s
int cfr;
int pass;
char *advanced_opts;
+ char *x264_profile;
+ char *x264_preset;
+ char *x264_tune;
int areBframes;
int color_matrix_code;
int color_prim;
@@ -871,4 +874,9 @@ int hb_rgb2yuv(int rgb);
const char * hb_subsource_name( int source );
+// x264 preset/tune/profile helpers
+const char * const * hb_x264_presets();
+const char * const * hb_x264_tunes();
+const char * const * hb_x264_profiles();
+
#endif