mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-26 14:15:04 +00:00
4690e7239d7c2bdb84a0e915533b33f1130965e0
Most functions in quic_tmpl.c/quic_rgb_tmpl.c have only superficial differences. One of them is using channel->state or encoder->rgb_state. This commit adds a local CommonState *state in all template methods which will be used instead of channel->state or encoder->rgb_state. This makes it easier to spot the common code between the 2 template files... Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Description
No description provided
1.4 MiB
Languages
C
79%
Python
14%
Makefile
2.3%
M4
2%
Meson
1.6%
Other
1.1%