diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_context.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h index 2a30099c5b0..c9e618b6080 100644 --- a/src/gallium/include/pipe/p_video_context.h +++ b/src/gallium/include/pipe/p_video_context.h @@ -62,12 +62,11 @@ struct pipe_video_context int (*get_param)(struct pipe_video_context *context, int param); /** - * Check if the given pipe_format is supported as a texture or - * drawing surface. + * Check if the given pipe_format is supported as a video buffer */ boolean (*is_format_supported)(struct pipe_video_context *context, enum pipe_format format, - unsigned usage); + enum pipe_video_profile profile); /** * create a surface of a texture |