summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-23 23:33:58 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-03 01:17:41 +0100
commit0a4c399e8ed2ebb8b7dadf2684595effd1ca9f3e (patch)
tree2fce0f0e4ca855955a07febdff4616a658c3000c
parente571e2c52e93e0dc794a620a7bb6a67f4cf0adb2 (diff)
Cleanup: remove unused variable.
-rw-r--r--src/lib/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
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<Log> _ffmpeg_log;
/** AVFrames used for decoding audio streams; accessed with audio_frame() */
std::map<std::shared_ptr<const FFmpegAudioStream>, AVFrame*> _audio_frame;