summaryrefslogtreecommitdiffstats
path: root/mpvcore/av_log.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-14 19:48:58 +0200
committerwm4 <wm4@nowhere>2013-10-14 20:14:17 +0200
commit0f1764195a8b818ecafed37841e4c48d9f4718da (patch)
treed1981602258b77e5e903973e2d619eccd90134f7 /mpvcore/av_log.h
parent683da7411e6872de117cb36a6f175e8934b29d9e (diff)
downloadmpv-0f1764195a8b818ecafed37841e4c48d9f4718da.tar.bz2
mpv-0f1764195a8b818ecafed37841e4c48d9f4718da.tar.xz
mplayer: print ffmpeg library versions along with mpv version info
Also change what the FFmpeg version info looks like, and additionally dump lavfi/lavr/lswr versions. (Don't bother with libavdevice and libpostproc, they're not important enough.) Unfortunately, there's no "single" FFmpeg/Libav version due to fatal braindeath on the FFmpeg/Libav side. We can't map the versions to releases either (it simply isn't accessible anywhere).
Diffstat (limited to 'mpvcore/av_log.h')
-rw-r--r--mpvcore/av_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/av_log.h b/mpvcore/av_log.h
index 833a7af03b..d5c57b0aeb 100644
--- a/mpvcore/av_log.h
+++ b/mpvcore/av_log.h
@@ -1,2 +1,2 @@
void init_libav(void);
-void print_libav_versions(void);
+void print_libav_versions(int v);