VideoCommon/FrameDump: Remove code for older versions of avcodec.

This commit is contained in:
Jordan Woyak
2020-10-23 14:32:10 -05:00
parent 908d6f8fa0
commit 4902146329
2 changed files with 26 additions and 97 deletions

View File

@ -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;