summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-23 23:35:40 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-03 01:17:41 +0100
commit69957d093fd1cb798449271e6212cd86321d5528 (patch)
tree02fa032c1a9d95b28cdcd127f4f9d8a66bca1c34 /src/lib/ffmpeg.h
parent0a4c399e8ed2ebb8b7dadf2684595effd1ca9f3e (diff)
Setup ffmpeg log callback in dcpomatic_setup() instead of in FFmpeg.
Diffstat (limited to 'src/lib/ffmpeg.h')
-rw-r--r--src/lib/ffmpeg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h
index 55357d24b..834c8946c 100644
--- a/src/lib/ffmpeg.h
+++ b/src/lib/ffmpeg.h
@@ -93,8 +93,6 @@ private:
void setup_general ();
void setup_decoders ();
- static void ffmpeg_log_callback (void* ptr, int level, const char* fmt, va_list vl);
-
/** AVFrames used for decoding audio streams; accessed with audio_frame() */
std::map<std::shared_ptr<const FFmpegAudioStream>, AVFrame*> _audio_frame;
};