diff options
Diffstat (limited to 'src/gallium/drivers/nv50/nv84_video.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv84_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv84_video.h b/src/gallium/drivers/nv50/nv84_video.h index 4240cef6564..b43fe9685d2 100644 --- a/src/gallium/drivers/nv50/nv84_video.h +++ b/src/gallium/drivers/nv50/nv84_video.h @@ -58,7 +58,7 @@ struct nv84_video_buffer { }; struct nv84_decoder { - struct pipe_video_decoder base; + struct pipe_video_codec base; struct nouveau_client *client; struct nouveau_object *bsp_channel, *vp_channel, *bsp, *vp; struct nouveau_pushbuf *bsp_pushbuf, *vp_pushbuf; |