From: Carl Hetherington Date: Thu, 23 Feb 2023 22:33:58 +0000 (+0100) Subject: Cleanup: remove unused variable. X-Git-Tag: v2.16.45~10 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0a4c399e8ed2ebb8b7dadf2684595effd1ca9f3e Cleanup: remove unused variable. --- 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;