diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 41711e954..713715a34 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -1020,6 +1020,14 @@ int hb_rgb2yuv(int rgb); const char * hb_subsource_name( int source ); +// unparse a set of x264 settings to an HB encopts string +char * hb_x264_param_unparse( const char * x264_preset, + const char * x264_tune, + const char * x264_encopts, + const char * x264_profile, + const char * h264_level, + int width, int height ); + // x264 preset/tune/profile & h264 level helpers const char * const * hb_x264_presets(); const char * const * hb_x264_tunes(); |