This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
64a78cf314
mpv
/
core
/
av_log.h
3 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
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.
2011-07-17 21:28:22 +00:00
void
init_libav
(
void
)
;
terminal output: show libav version numbers in verbose mode
2011-10-01 17:03:49 +00:00
void
print_libav_versions
(
void
)
;