summaryrefslogtreecommitdiffstats
path: root/av_log.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-07-18 00:28:22 +0300
committerUoti Urpala <uau@mplayer2.org>2011-07-18 00:57:05 +0300
commita4f41308190b79d79a5ac7a50791332e5c1d5600 (patch)
tree5207b45480ff2317544e17118a58e321160f856c /av_log.h
parent4e2b15fc5e5f457f62605262a46962b5fd63ff99 (diff)
downloadmpv-a4f41308190b79d79a5ac7a50791332e5c1d5600.tar.bz2
mpv-a4f41308190b79d79a5ac7a50791332e5c1d5600.tar.xz
cleanup: do libav* initialization on startup
Do the global initialization of libavcodec and libavformat (avcodec_register_all(), av_register_all()) immediately on program startup and remove the initialization calls from various individual modules that use libavcodec/libavformat functionality.
Diffstat (limited to 'av_log.h')
-rw-r--r--av_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/av_log.h b/av_log.h
index baffb276ce..3bb3b1edbb 100644
--- a/av_log.h
+++ b/av_log.h
@@ -1 +1 @@
-void set_av_log_callback(void);
+void init_libav(void);