mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
a4f4130819
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.
2 lines
23 B
C
2 lines
23 B
C
void init_libav(void);
|