summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xvproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xvproto.h b/Xvproto.h
index b6b56cf..926df06 100644
--- a/Xvproto.h
+++ b/Xvproto.h
@@ -84,8 +84,8 @@ typedef struct {
XvEncodingID encoding B32;
CARD16 name_size B16;
CARD16 width B16, height B16;
- xvRational rate;
CARD16 pad B16;
+ xvRational rate;
} xvEncodingInfo;
#define sz_xvEncodingInfo (12 + sz_xvRational)