diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-08-07 23:57:22 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-08-16 14:40:53 -0400 |
| commit | a832aa699f783f6ae0a6a1468b0aa6bc7d68c5d2 (patch) | |
| tree | 8b5fe69048067a623f05210b20b8542fdec0180c /src/video_core/command_classes/codecs/codec.h | |
| parent | bc3efb79cc11a98005a9c036d9474fbf9cb7042f (diff) | |
codec: Improve libav memory alloc and cleanup
Diffstat (limited to 'src/video_core/command_classes/codecs/codec.h')
| -rw-r--r-- | src/video_core/command_classes/codecs/codec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/command_classes/codecs/codec.h b/src/video_core/command_classes/codecs/codec.h index f51ab9df0..1508d36c2 100644 --- a/src/video_core/command_classes/codecs/codec.h +++ b/src/video_core/command_classes/codecs/codec.h @@ -55,6 +55,8 @@ public: [[nodiscard]] std::string_view GetCurrentCodecName() const; private: + void InitializeAvCodecContext(); + void InitializeGpuDecoder(); bool CreateGpuAvDevice(); |
