libavcodec.v 167 Bytes
Newer Older
1 2 3
LIBAVCODEC_MAJOR {
    global:
        av*;
4 5 6
        #deprecated, remove after next bump
        audio_resample;
        audio_resample_close;
7 8
    local:
        *;
9
};