mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00

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);
|