summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv98_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/nv98_video.c')
-rw-r--r--src/gallium/drivers/nv50/nv98_video.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/nv50/nv98_video.c b/src/gallium/drivers/nv50/nv98_video.c
index 541cd729352..0fa3a626d9c 100644
--- a/src/gallium/drivers/nv50/nv98_video.c
+++ b/src/gallium/drivers/nv50/nv98_video.c
@@ -26,7 +26,7 @@
#include "util/u_format.h"
static void
-nv98_decoder_decode_bitstream(struct pipe_video_decoder *decoder,
+nv98_decoder_decode_bitstream(struct pipe_video_codec *decoder,
struct pipe_video_buffer *video_target,
struct pipe_picture_desc *picture,
unsigned num_buffers,
@@ -56,9 +56,9 @@ nv98_decoder_decode_bitstream(struct pipe_video_decoder *decoder,
nv98_decoder_ppp(dec, desc, target, comm_seq);
}
-struct pipe_video_decoder *
+struct pipe_video_codec *
nv98_create_decoder(struct pipe_context *context,
- const struct pipe_video_decoder *templ)
+ const struct pipe_video_codec *templ)
{
struct nouveau_screen *screen = &((struct nv50_context *)context)->screen->base;
struct nouveau_vp3_decoder *dec;