diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/av_helpers.h	Tue Aug 09 19:57:00 2011 +0000
@@ -0,0 +1,7 @@
+#ifndef MPLAYER_AV_HELPERS_H
+#define MPLAYER_AV_HELPERS_H
+
+void init_avcodec(void);
+void init_avformat(void);
+
+#endif /* MPLAYER_AV_HELPERS_H */