mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VideoCommon/FrameDump: Remove code for older versions of avcodec.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user