mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-13 22:03:36 +00:00
quic: constantify some variable
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
f80b229e07
commit
2ff5c77fff
@ -173,13 +173,13 @@ struct Encoder {
|
||||
};
|
||||
|
||||
/* target wait mask index */
|
||||
static int wmimax = DEFwmimax;
|
||||
static const int wmimax = DEFwmimax;
|
||||
|
||||
/* number of symbols to encode before increasing wait mask index */
|
||||
static int wminext = DEFwminext;
|
||||
static const int wminext = DEFwminext;
|
||||
|
||||
/* model evolution mode */
|
||||
static int evol = DEFevol;
|
||||
static const int evol = DEFevol;
|
||||
|
||||
/* bppmask[i] contains i ones as lsb-s */
|
||||
static const unsigned long int bppmask[33] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user