From 51de1d8436100f725f3576aefa24a2bd2057bc28 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:36:56 +0200 Subject: Adding upstream version 0.37.0. Signed-off-by: Daniel Baumann --- common/av_log.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/av_log.h (limited to 'common/av_log.h') diff --git a/common/av_log.h b/common/av_log.h new file mode 100644 index 0000000..ae12838 --- /dev/null +++ b/common/av_log.h @@ -0,0 +1,11 @@ +#ifndef MP_AV_LOG_H +#define MP_AV_LOG_H + +#include + +struct mpv_global; +struct mp_log; +void init_libav(struct mpv_global *global); +void uninit_libav(struct mpv_global *global); +void check_library_versions(struct mp_log *log, int v); +#endif -- cgit v1.2.3