summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FrameDump.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-03-23 12:24:35 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2022-03-29 17:27:46 -0700
commit09432ef098e1ce0d37b6d7d66b144e3679df72ce (patch)
treece7056e0c1a71d84da243c37224fa1d4e2055161 /Source/Core/VideoCommon/FrameDump.cpp
parent0204b119e904d358ba7084d18a84f77929a5f7e5 (diff)
windows: move ffmpeg bins to submodule
udpate ffmpeg to b1cbeabf5e4b3234e895a58bafa371bfb792baf0 enable ffmpeg on arm64
Diffstat (limited to 'Source/Core/VideoCommon/FrameDump.cpp')
-rw-r--r--Source/Core/VideoCommon/FrameDump.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/FrameDump.cpp b/Source/Core/VideoCommon/FrameDump.cpp
index e137170309..26bdd6bbf5 100644
--- a/Source/Core/VideoCommon/FrameDump.cpp
+++ b/Source/Core/VideoCommon/FrameDump.cpp
@@ -69,9 +69,6 @@ void InitAVCodec()
static bool first_run = true;
if (first_run)
{
-#if LIBAVCODEC_VERSION_MICRO >= 100 && LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 9, 100)
- av_register_all();
-#endif
// TODO: We never call avformat_network_deinit.
avformat_network_init();
first_run = false;