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