Skip to content

Commit

Permalink
Remove self-assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
  • Loading branch information
xhaihao committed Mar 14, 2018
1 parent 7f6bc65 commit eb0a43a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/i965_avc_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,6 @@ gen9_avc_set_curbe_brc_init_reset(VADriverContextP ctx,

//VUI
if (seq_param->vui_parameters_present_flag && generic_state->internal_rate_mode != INTEL_BRC_AVBR) {
cmd->dw4.max_bit_rate = cmd->dw4.max_bit_rate;
if (generic_state->internal_rate_mode == VA_RC_CBR) {
cmd->dw3.average_bit_rate = cmd->dw4.max_bit_rate;

Expand Down

0 comments on commit eb0a43a

Please sign in to comment.