summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-03-19 09:32:15 +0000
committerFrediano Ziglio <fziglio@redhat.com>2018-03-19 16:35:33 +0000
commit50e43f11614d26a8d6284339f449c1f6599eb54e (patch)
treea20132df610b91e948b4bb359ad33fffb5c12dbd
parent48fd9b08980d258c5a0723973b9bd0e27b53b351 (diff)
video-stream: Improve RedUpgradeItem documentation
Artifacts are due to lossy compression of streaming Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
-rw-r--r--server/video-stream.h4
1 files 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;