]> git.sesse.net Git - ffmpeg/blob - libavdevice/libavdevice.v
avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.
[ffmpeg] / libavdevice / libavdevice.v
1 LIBAVDEVICE_MAJOR {
2     global:
3         avdevice_*;
4         av_*;
5     local:
6         *;
7 };