view av_helpers.h @ 33871:30f5e5cd3676

Move code for setting up libav* logging callbacks from vd_ffmpeg to a separate file and also use it when only initializing libavformat.
author reimar
date Tue, 09 Aug 2011 19:57:00 +0000
parents
children 5f1faa91717e
line wrap: on
line source

#ifndef MPLAYER_AV_HELPERS_H
#define MPLAYER_AV_HELPERS_H

void init_avcodec(void);
void init_avformat(void);

#endif /* MPLAYER_AV_HELPERS_H */