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