diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c index a4d2c79c64..45b4dcb76f 100644 --- a/libavcodec/libxavs.c +++ b/libavcodec/libxavs.c @@ -356,7 +356,7 @@ FF_ENABLE_DEPRECATION_WARNINGS if (avctx->bit_rate > 0) x4->params.rc.f_rate_tolerance = - (float)avctx->bit_rate_tolerance/avctx->bit_rate; + (float)avctx->bit_rate_tolerance / avctx->bit_rate; if ((avctx->rc_buffer_size) && (avctx->rc_initial_buffer_occupancy <= avctx->rc_buffer_size)) {