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-26 00:42:57 +00:00
Code
Issues
Releases
Wiki
Activity
a4f4130819
mpv
/
av_log.h
2 lines
23 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
)
;
Reference in New Issue
Copy Permalink