]> git.sesse.net Git - ffmpeg/blob - libavdevice/libavdevice.v
avcodec/packet_internal: move the next pointer in PacketList to the top of the struct
[ffmpeg] / libavdevice / libavdevice.v
1 LIBAVDEVICE_MAJOR {
2     global:
3         avdevice_*;
4         av_*;
5     local:
6         *;
7 };