summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-11-09 20:01:58 +0100
committerChristian König <[email protected]>2010-11-09 20:01:58 +0100
commit5182416f030af71bd2fa4b00edffc268cec0e050 (patch)
treeee59804a3c72d17f132c7dc381c83bddd3d6caed /src/gallium/include
parent725a5e15cfc7ffc1c5d940b01b9b010ed726a4eb (diff)
[g3dvl] start handling motion_vertical_field_select
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_video_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 5eb96352139..e5e85e3deb3 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -89,6 +89,7 @@ struct pipe_mpeg12_macroblock
enum pipe_mpeg12_motion_type mo_type;
enum pipe_mpeg12_dct_type dct_type;
signed pmv[2][2][2];
+ bool mvfs[2][2];
unsigned cbp;
short *blocks;
};