diff options
Diffstat (limited to 'src/gallium/drivers/nv50/nv84_video.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv84_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv84_video.c b/src/gallium/drivers/nv50/nv84_video.c index 7759979b499..e7c715c8ef6 100644 --- a/src/gallium/drivers/nv50/nv84_video.c +++ b/src/gallium/drivers/nv50/nv84_video.c @@ -744,6 +744,7 @@ error: int nv84_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, + enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) { switch (param) { |