diff options
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r-- | libhb/encx264.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libhb/encx264.h b/libhb/encx264.h index 0c1800d13..369cc5377 100644 --- a/libhb/encx264.h +++ b/libhb/encx264.h @@ -40,4 +40,7 @@ static const char * const x264_encopt_synonyms[] = 0 }; -void hb_apply_h264_level( x264_param_t * param, const char * level, const char * x264_profile ); +int hb_apply_h264_level(x264_param_t *param, + int width, int height, + const char *h264_level, + const char *x264_profile); |