Christophe Fergeau 4690e7239d quic: Introduce CommonState *state variable in templates
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>
2018-05-24 12:18:37 +01:00
2018-05-24 09:32:26 +01:00
2018-05-17 21:02:58 +01:00
2015-08-11 10:26:06 +02:00
2015-12-18 11:41:15 +01:00
2012-09-21 10:51:17 +02:00
2017-05-18 16:40:36 +01:00
S
Description
No description provided
1.4 MiB
Languages
C 79%
Python 14%
Makefile 2.3%
M4 2%
Meson 1.6%
Other 1.1%