summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-20 11:33:57 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-20 11:33:57 +0200
commit5f664e0ffb62c4a1d13b7647aea3c1115150eb88 (patch)
treeea208c5e9e2e525fcf2ac05136db61f0e3b37e69 /spice.proto
parent74b470eeded366115b0c660288eccdf2f5291336 (diff)
downloadspice-5f664e0ffb62c4a1d13b7647aea3c1115150eb88.tar.gz
spice-5f664e0ffb62c4a1d13b7647aea3c1115150eb88.tar.xz
spice-5f664e0ffb62c4a1d13b7647aea3c1115150eb88.zip
Don't send padding over the network with video data
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/spice.proto b/spice.proto
index 3f7c30c9..3c0911d4 100644
--- a/spice.proto
+++ b/spice.proto
@@ -621,9 +621,7 @@ channel DisplayChannel : BaseChannel {
uint32 id;
uint32 multi_media_time;
uint32 data_size;
- uint32 pad_size;
uint8 data[data_size] @end @nomarshal;
- uint8 padding[pad_size] @end @ctype(uint8_t) @nomarshal; /* Uhm, why are we sending padding over network? */
} stream_data;
message {