[PATCH] Xvproto.h: Fix location of pad field in xvEncodingInfo

Peter Harris peter.harris at hummingbird.com
Fri Jan 4 12:05:31 PST 2008


From 27366e68ffd67be6e86470250d24f8fe3c535fa3 Mon Sep 17 00:00:00 2001
From: Peter Harris <peter.harris at hummingbird.com>
Date: Fri, 4 Jan 2008 15:01:15 -0500
Subject: [PATCH] Xvproto.h: Fix location of pad field in xvEncodingInfo

---
Please apply to xorg/proto/vodeoproto

 Xvproto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Xvproto.h b/Xvproto.h
index 9112f51..88b6a8e 100644
--- a/Xvproto.h
+++ b/Xvproto.h
@@ -85,8 +85,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)
 
-- 
1.5.3.7
-- 
     Hummingbird Connectivity - A Division of Open Text
Peter Harris                    http://connectivity.hummingbird.com
Research and Development        Phone: +1 905 762 6001
peter.harris at hummingbird.com    Toll Free: 1 877 359 4866



More information about the xorg mailing list