summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_video_state.h
diff options
context:
space:
mode:
authorThomas Balling Sørensen <[email protected]>2010-07-20 14:25:28 +0200
committerThomas Balling Sørensen <[email protected]>2010-07-20 14:27:06 +0200
commit725e4ada3062c80623abf51477dfdc73fe294f3f (patch)
treef9bab465a4bb2d6dc293f41024b93872308de0dc /src/gallium/include/pipe/p_video_state.h
parentc97ccc33531d4bf3f3154515317255645ada2afe (diff)
Made some decoding function for mpeg2-decoding
Diffstat (limited to 'src/gallium/include/pipe/p_video_state.h')
-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..1450f3488f9 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -74,6 +74,7 @@ enum pipe_mpeg12_dct_type
PIPE_MPEG12_DCT_TYPE_FRAME
};
+
struct pipe_macroblock
{
enum pipe_video_codec codec;