Skip to content

Commit

Permalink
add const.
Browse files Browse the repository at this point in the history
  • Loading branch information
aikiriao committed Jul 4, 2024
1 parent 5a88501 commit 2924746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/srla_coder/src/srla_coder.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static void SRLACoder_EncodeRecursiveRice(
case (k2_param):\
{\
while ((num_samples)--) {\
uint32_t uval__ = (*((data)++));\
const uint32_t uval__ = (*((data)++));\
RecursiveRice_PutCode((stream), ((k2_param)+1), (k2_param), uval__);\
}\
}\
Expand Down

0 comments on commit 2924746

Please sign in to comment.