From 0a4c399e8ed2ebb8b7dadf2684595effd1ca9f3e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Feb 2023 23:33:58 +0100 Subject: [PATCH] Cleanup: remove unused variable. --- src/lib/ffmpeg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 25d26e813..55357d24b 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -94,7 +94,6 @@ private: void setup_decoders (); static void ffmpeg_log_callback (void* ptr, int level, const char* fmt, va_list vl); - static std::weak_ptr _ffmpeg_log; /** AVFrames used for decoding audio streams; accessed with audio_frame() */ std::map, AVFrame*> _audio_frame; -- 2.30.2