[Spice-commits] server/video-stream.h
Frediano Ziglio
fziglio at kemper.freedesktop.org
Mon Mar 19 16:35:56 UTC 2018
server/video-stream.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 50e43f11614d26a8d6284339f449c1f6599eb54e
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Mon Mar 19 09:32:15 2018 +0000
video-stream: Improve RedUpgradeItem documentation
Artifacts are due to lossy compression of streaming
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Uri Lublin <uril at redhat.com>
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;
More information about the Spice-commits
mailing list