This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
Watch
1
Star
0
Fork
0
You've already forked mpv
mirror of
https://github.com/mpv-player/mpv
synced
2024-12-22 14:52:43 +00:00
Code
Issues
Releases
Wiki
Activity
7175f178de
mpv
/
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
)
;
Reference in New Issue
Copy Permalink