[Spice-devel] [PATCH spice-server] video-stream: Improve RedUpgradeItem documentation
Frediano Ziglio
fziglio at redhat.com
Mon Mar 19 09:32:34 UTC 2018
Artifacts are due to lossy compression of streaming
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/video-stream.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/video-stream.h b/server/video-stream.h
index e1bd0d5a..b733771b 100644
--- a/server/video-stream.h
+++ b/server/video-stream.h
@@ -45,8 +45,8 @@
typedef struct VideoStream VideoStream;
-/* This item is used to send a full quality image of the area where the stream was.
- * This to avoid the artifacts due to the lossless compression. */
+/* This item is used to send a full quality image (lossless) of the area where the stream was.
+ * This to avoid the artifacts due to the lossy compression. */
typedef struct RedUpgradeItem {
RedPipeItem base;
Drawable *drawable;
--
2.14.3
More information about the Spice-devel
mailing list