summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martin <consume.noise@gmail.com>2013-10-13 13:44:36 +0200
committerArnaud Fontaine <arnau@debian.org>2013-11-14 20:23:11 +0900
commit508a220f48ee1f58cb4ab10c63dbeab2e4346e86 (patch)
treefcbd25812695a81421bde4148ac840bcb5eea6c6
parent6e841e1562a23d4488f8c33f1087773dd7fa93b4 (diff)
xv: Remove obsolete comments in EncodingInfo and QueryEncodings
The padding in EncodingInfo (struct) and QueryEncodings (reply) has been fixed upstream: Xvproto: fix xvEncodingInfo to match actual wire protocol http://cgit.freedesktop.org/xorg/proto/videoproto/commit/?id=d970512 and Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol http://cgit.freedesktop.org/xorg/proto/videoproto/commit/?id=1a96222 So, we can remove the comments. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--src/xv.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xv.xml b/src/xv.xml
index a05767c..0b55d36 100644
--- a/src/xv.xml
+++ b/src/xv.xml
@@ -112,10 +112,6 @@ authorization from the authors.
<field type="CARD16" name="name_size" />
<field type="CARD16" name="width" />
<field type="CARD16" name="height" />
- <!--
- Some versions of Xvproto.h incorrectly have
- this padding after "rate".
- -->
<pad bytes="2" />
<field type="Rational" name="rate" />
<list type="char" name="name">
@@ -234,10 +230,6 @@ authorization from the authors.
<reply>
<pad bytes="1" />
<field type="CARD16" name="num_encodings" />
- <!--
- In Xvproto.h this padding is 24 bytes
- in actuality it is 22 bytes
- -->
<pad bytes="22" />
<list type="EncodingInfo" name="info">
<fieldref>num_encodings</fieldref>