Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libavcodec.v « libavcodec - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 304c2ef4279af582b5f20bc8828ab7aaff0b25b9 (plain)
1
2
3
4
5
6
7
8
9
LIBAVCODEC_MAJOR {
    global:
        av*;
        #deprecated, remove after next bump
        audio_resample;
        audio_resample_close;
    local:
        *;
};