mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-28 08:01:31 +00:00
lz_decompress: Reindented comment
Just space changes Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Francesco Giudici <fgiudici@redhat.com>
This commit is contained in:
parent
6595de58a2
commit
08fafdbb33
@ -50,10 +50,10 @@
|
||||
|
||||
/*
|
||||
For each output pixel type the following macros are defined:
|
||||
OUT_PIXEL - the output pixel type
|
||||
COPY_PIXEL(p, out) - assigns the pixel to the place pointed by out and increases
|
||||
out. Used in RLE. Need special handling because in alpha we
|
||||
copy only the pad byte.
|
||||
OUT_PIXEL - the output pixel type
|
||||
COPY_PIXEL(p, out) - assigns the pixel to the place pointed by out and increases
|
||||
out. Used in RLE. Need special handling because in alpha we
|
||||
copy only the pad byte.
|
||||
COPY_REF_PIXEL(ref, out) - copies the pixel pointed by ref to the pixel pointed by out.
|
||||
Increases ref and out.
|
||||
COPY_COMP_PIXEL(encoder, out) - copies pixel from the compressed buffer to the decompressed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user