mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
VideoCommon/FrameDump: Remove code for older versions of avcodec.
This commit is contained in:
parent
908d6f8fa0
commit
4902146329
2 changed files with 26 additions and 97 deletions
|
@ -50,7 +50,7 @@ private:
|
|||
bool CreateVideoFile();
|
||||
void CloseVideoFile();
|
||||
void CheckForConfigChange(const FrameData&);
|
||||
void HandleDelayedPackets();
|
||||
void ProcessPackets();
|
||||
|
||||
#if defined(HAVE_FFMPEG)
|
||||
std::unique_ptr<FrameDumpContext> m_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue