diff options
author | Christian König <[email protected]> | 2013-07-15 03:48:04 -0600 |
---|---|---|
committer | Christian König <[email protected]> | 2013-08-19 10:21:15 +0200 |
commit | f2f7064e560a83fc78d0e5b1d3a7d4aaac119a49 (patch) | |
tree | de24046b5c46851ca3ef8507fd396cc0fb69abad /src/gallium/auxiliary/vl/vl_decoder.h | |
parent | 8e423ab98403135140a093be3c66c88b9a36ad5c (diff) |
vl: rename pipe_video_decoder to pipe_video_codec
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_decoder.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_decoder.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/vl/vl_decoder.h b/src/gallium/auxiliary/vl/vl_decoder.h index 64a1b14df6f..124315f073f 100644 --- a/src/gallium/auxiliary/vl/vl_decoder.h +++ b/src/gallium/auxiliary/vl/vl_decoder.h @@ -29,7 +29,7 @@ #ifndef vl_decoder_h #define vl_decoder_h -#include "pipe/p_video_decoder.h" +#include "pipe/p_video_codec.h" /** * check if a given profile is supported with shader based decoding @@ -44,10 +44,10 @@ int vl_level_supported(struct pipe_screen *screen, enum pipe_video_profile profile); /** - * standard implementation of pipe->create_video_decoder + * standard implementation of pipe->create_video_codec */ -struct pipe_video_decoder * +struct pipe_video_codec * vl_create_decoder(struct pipe_context *pipe, - const struct pipe_video_decoder *templat); + const struct pipe_video_codec *templat); #endif /* vl_decoder_h */ |