mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 14:37:50 -05:00
video_core: refactor video frame and packet parsing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user