diff options
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r-- | libhb/encx264.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/encx264.h b/libhb/encx264.h index 427ea2861..282291609 100644 --- a/libhb/encx264.h +++ b/libhb/encx264.h @@ -43,4 +43,5 @@ static const char * const hb_x264_encopt_synonyms[][2] = int hb_apply_h264_level(x264_param_t *param, int width, int height, const char *h264_level, - const char *x264_profile); + const char *x264_profile, + int be_quiet); |