summaryrefslogtreecommitdiffstats
path: root/common/av_log.h
blob: 17326b609f539f01adafbb336b0d714c2b51cb16 (plain)
1
2
3
4
5
6
7
8
#ifndef MP_AV_LOG_H
#define MP_AV_LOG_H
struct mpv_global;
struct mp_log;
void init_libav(struct mpv_global *global);
void uninit_libav(struct mpv_global *global);
void print_libav_versions(struct mp_log *log, int v);
#endif