mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
0f1764195a
Also change what the FFmpeg version info looks like, and additionally dump lavfi/lavr/lswr versions. (Don't bother with libavdevice and libpostproc, they're not important enough.) Unfortunately, there's no "single" FFmpeg/Libav version due to fatal braindeath on the FFmpeg/Libav side. We can't map the versions to releases either (it simply isn't accessible anywhere).
3 lines
57 B
C
3 lines
57 B
C
void init_libav(void);
|
|
void print_libav_versions(int v);
|