Skip to content

Commit

Permalink
fix coding issue (#5585)
Browse files Browse the repository at this point in the history
Co-authored-by: Chen, Bohan <[email protected]>
  • Loading branch information
gfxVPLsdm and Bossonor authored Aug 8, 2023
1 parent 44647af commit 598179a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2734,8 +2734,8 @@ void General::SetFH(

fh.TxMode = TX_MODE_SELECT;
fh.reduced_tx_set = 1;
fh.delta_lf_present = 1;
fh.delta_lf_multi = 1;
fh.delta_lf_present = 0;
fh.delta_lf_multi = 0;

fh.quantization_params.using_qmatrix = 0;
fh.quantization_params.qm_y = 15;
Expand Down

0 comments on commit 598179a

Please sign in to comment.