Merge remote branch 'vdpau/pipe-video' into pipe-video
[mesa.git] / src / gallium / include / pipe / p_video_state.h
index 1450f3488f9fe4df061b3c6fc6351eceffe8b5dd..1cb555b5381413808a6e13d13a68b1363e1b6296 100644 (file)
@@ -90,6 +90,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;
 };