diff options
author | Christian König <[email protected]> | 2012-01-04 00:51:40 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2012-01-15 12:40:44 +0100 |
commit | 9af70c90dba9ed9902778883b675062fa0168b48 (patch) | |
tree | 58931851414490c49e819609dbf70ebaaf485027 /src/gallium/include | |
parent | 12b49ca2dfab832ff9dce50c846aee7f3efc3084 (diff) |
vl/video_buffer: add support for interlaced buffers
Add the infrastructure, but not the decode implementation.
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_decoder.h b/src/gallium/include/pipe/p_video_decoder.h index 69e59a6fa4b..62169ffc567 100644 --- a/src/gallium/include/pipe/p_video_decoder.h +++ b/src/gallium/include/pipe/p_video_decoder.h @@ -128,6 +128,7 @@ struct pipe_video_buffer enum pipe_video_chroma_format chroma_format; unsigned width; unsigned height; + bool interlaced; /** * destroy this video buffer |