From 09432ef098e1ce0d37b6d7d66b144e3679df72ce Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 23 Mar 2022 12:24:35 -0700 Subject: windows: move ffmpeg bins to submodule udpate ffmpeg to b1cbeabf5e4b3234e895a58bafa371bfb792baf0 enable ffmpeg on arm64 --- Source/Core/VideoCommon/FrameDump.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Core/VideoCommon/FrameDump.cpp') 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; -- cgit v1.2.3