mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
avcodec/ratecontrol: remove unneeded statement
Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f0de01856f
commit
1af563b5df
@ -848,7 +848,6 @@ float ff_rate_estimate_qscale(MpegEncContext *s, int dry_run)
|
||||
rcc->mv_bits_sum[pict_type] += rce->mv_bits;
|
||||
rcc->frame_count[pict_type]++;
|
||||
|
||||
bits = rce->i_tex_bits + rce->p_tex_bits;
|
||||
rate_factor = rcc->pass1_wanted_bits /
|
||||
rcc->pass1_rc_eq_output_sum * br_compensation;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user