aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/nvdec.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-02-18 15:12:07 -0800
committerGitHub <noreply@github.com>2021-02-18 15:12:07 -0800
commit9cae3e6e90f840903a0072b916e49f24d0f6cb10 (patch)
tree79511308066a4fbc11aa2e9058b0aa65772cc30a /src/video_core/command_classes/nvdec.h
parent6686468df046a94ea8bdcedb5f552aed95599147 (diff)
parentb675c44e494976cf8164203fc826b54e2fac467b (diff)
Merge pull request #4973 from ameerj/nvdec-opt
nvdec: Reuse allocated buffers and general cleanup
Diffstat (limited to 'src/video_core/command_classes/nvdec.h')
-rw-r--r--src/video_core/command_classes/nvdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_classes/nvdec.h b/src/video_core/command_classes/nvdec.h
index e4877c533..e66be80b8 100644
--- a/src/video_core/command_classes/nvdec.h
+++ b/src/video_core/command_classes/nvdec.h
@@ -23,7 +23,7 @@ public:
~Nvdec();
/// Writes the method into the state, Invoke Execute() if encountered
- void ProcessMethod(Method method, const std::vector<u32>& arguments);
+ void ProcessMethod(Method method, u32 argument);
/// Return most recently decoded frame
[[nodiscard]] AVFramePtr GetFrame();