diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_decoder.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_decoder.h b/src/gallium/auxiliary/vl/vl_decoder.h index 54dc42370f7..a9975169885 100644 --- a/src/gallium/auxiliary/vl/vl_decoder.h +++ b/src/gallium/auxiliary/vl/vl_decoder.h @@ -51,6 +51,6 @@ vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, - unsigned width, unsigned height); + unsigned width, unsigned height, unsigned max_references); #endif /* vl_decoder_h */ |