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 57d44450b..d38f77a0b 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -989,4 +989,7 @@ const char * const * hb_x264_tunes(); const char * const * hb_x264_profiles(); const char * const * hb_h264_levels(); +// x264 option name/synonym helper +const char * hb_x264_encopt_name( const char * name ); + #endif |