summaryrefslogtreecommitdiffstats
path: root/common/av_log.h
blob: 18f7fc9d824374961d879504fbf7e7bf42bd5844 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MP_AV_LOG_H
#define MP_AV_LOG_H

#include <stdbool.h>

struct mpv_global;
struct mp_log;
void init_libav(struct mpv_global *global);
void uninit_libav(struct mpv_global *global);
bool print_libav_versions(struct mp_log *log, int v);
#endif