summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2017-08-03 11:36:41 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2017-08-03 11:57:34 +0200
commite18b14fd33bbdcb2b4fcace9c7c3adc2905ad062 (patch)
treeab067c6c9546528a9ab6fda9f7d0b929764211f2
parentee0759b7518c55f7fb24afa7a69a01e2bd343e5c (diff)
fixup! quic: Add macros to make quic_tmpl.c much closer to quic_rgb_tmpl.cquic
-rw-r--r--common/quic_tmpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/quic_tmpl.c b/common/quic_tmpl.c
index 2ed4a86..bd891fd 100644
--- a/common/quic_tmpl.c
+++ b/common/quic_tmpl.c
@@ -306,7 +306,7 @@ static void FNAME(compress_row)(Encoder *encoder, Channel *channel,
spice_assert(DEFwminext > 0);
}
-#define UNCOMPRESS_PIX_START
+#define UNCOMPRESS_PIX_START(row) do { } while (0)
#define UNCOMPRESS_ONE_ROW0_0(channel) \
channel->correlate_row[0] = (BYTE)golomb_decoding(find_bucket(channel, \