mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-04 00:06:29 +00:00
Use proper types in compress_send_data_t
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
67981ff7f6
commit
48cb6a295b
@ -189,10 +189,10 @@ struct ImageEncoders {
|
||||
};
|
||||
|
||||
typedef struct compress_send_data_t {
|
||||
void* comp_buf;
|
||||
RedCompressBuf *comp_buf;
|
||||
uint32_t comp_buf_size;
|
||||
SpicePalette *lzplt_palette;
|
||||
int is_lossy;
|
||||
gboolean is_lossy;
|
||||
} compress_send_data_t;
|
||||
|
||||
int image_encoders_compress_quic(ImageEncoders *enc, SpiceImage *dest,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user