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: c923cd378f5cb52cb36c89720a6b1ceea8fd955d (plain)
1
2
3
4
5
6
7
LIBAVCODEC_$MAJOR {
        global: av*;
                #deprecated, remove after next bump
                audio_resample;
                audio_resample_close;
        local:  *;
};