summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/nvdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/host1x/nvdec.h')
-rw-r--r--src/video_core/host1x/nvdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host1x/nvdec.h b/src/video_core/host1x/nvdec.h
index 3949d5181..ddddb8d28 100644
--- a/src/video_core/host1x/nvdec.h
+++ b/src/video_core/host1x/nvdec.h
@@ -23,7 +23,7 @@ public:
void ProcessMethod(u32 method, u32 argument);
/// Return most recently decoded frame
- [[nodiscard]] AVFramePtr GetFrame();
+ [[nodiscard]] std::unique_ptr<FFmpeg::Frame> GetFrame();
private:
/// Invoke codec to decode a frame