mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-08 15:39:14 +01:00
Queue decoded frames, cleanup decoders
This commit is contained in:
parent
b834c21894
commit
eab041866b
10 changed files with 225 additions and 336 deletions
|
|
@ -26,8 +26,7 @@ public:
|
|||
void ProcessMethod(Method method, const std::vector<u32>& arguments);
|
||||
|
||||
/// Return most recently decoded frame
|
||||
[[nodiscard]] AVFrame* GetFrame();
|
||||
[[nodiscard]] const AVFrame* GetFrame() const;
|
||||
[[nodiscard]] AVFramePtr GetFrame();
|
||||
|
||||
private:
|
||||
/// Invoke codec to decode a frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue