Commit ce5407b
[Encode] Update LA_STATS_SIZE to fixed value
Changed LA_STATS_SIZE from calculated value (32 * 2) to hardcoded 480. This removes the comment about enlarging size for VdencHevcLaStats future usage and replaces the expression with its evaluated result. The change maintains the same buffer size (480 bytes) but makes the constant more explicit and removes dependency on the previous calculation rationale.1 parent 6fb7220 commit ce5407b
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments