diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/encx264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c index 1eb9fb98b..c82897df3 100644 --- a/libhb/encx264.c +++ b/libhb/encx264.c @@ -1454,7 +1454,7 @@ char * hb_x264_param_unparse(const char *x264_preset, const char *x264_tune, { // can be modified by: level sprintf(buf, "%d", param.rc.i_vbv_max_bitrate); - hb_dict_set(&x264_opts, "vbv-bitrate", buf); + hb_dict_set(&x264_opts, "vbv-maxrate", buf); } else { |