summaryrefslogtreecommitdiff
path: root/XvMC.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-27 22:14:36 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-27 22:14:36 -0700
commit77d5c8d90e81139391a57710095784cde0476b9c (patch)
tree914314451559c3a7b4accabce90bd3cca9394bce /XvMC.h
parent1a96222d64cde75e20fd9bb7a717cf269c7e9a59 (diff)
downloadxorg-proto-videoproto-77d5c8d90e81139391a57710095784cde0476b9c.tar.gz
Trim trailing whitespace
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'XvMC.h')
-rw-r--r--XvMC.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/XvMC.h b/XvMC.h
index 2690be8..47cc6db 100644
--- a/XvMC.h
+++ b/XvMC.h
@@ -42,7 +42,7 @@
#define XVMC_PREDICTION_FIELD 0x01
#define XVMC_PREDICTION_FRAME 0x02
#define XVMC_PREDICTION_DUAL_PRIME 0x03
-#define XVMC_PREDICTION_16x8 0x02
+#define XVMC_PREDICTION_16x8 0x02
#define XVMC_PREDICTION_4MV 0x04
#define XVMC_SELECT_FIRST_FORWARD 0x01
@@ -68,11 +68,11 @@
typedef struct {
int surface_type_id;
int chroma_format;
- unsigned short max_width;
- unsigned short max_height;
+ unsigned short max_width;
+ unsigned short max_height;
unsigned short subpicture_max_width;
unsigned short subpicture_max_height;
- int mc_type;
+ int mc_type;
int flags;
} XvMCSurfaceInfo;
@@ -118,7 +118,7 @@ typedef struct {
unsigned short x;
unsigned short y;
unsigned char macroblock_type;
- unsigned char motion_type;
+ unsigned char motion_type;
unsigned char motion_vertical_field_select;
unsigned char dct_type;
short PMV[2][2][2];