diff options
Diffstat (limited to 'src/gallium/include/pipe/p_video_context.h')
-rw-r--r-- | src/gallium/include/pipe/p_video_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h index 6ae31418fa..927bdf15d7 100644 --- a/src/gallium/include/pipe/p_video_context.h +++ b/src/gallium/include/pipe/p_video_context.h @@ -63,7 +63,7 @@ struct pipe_video_context /*@{*/ void (*decode_bitstream)(struct pipe_video_context *vpipe, unsigned num_bufs, - struct pipe_buffer **bitstream_buf); + struct pipe_resource **bitstream_buf); void (*decode_macroblocks)(struct pipe_video_context *vpipe, struct pipe_video_surface *past, |