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

libavformat.v « libavformat - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ec1c3c4de5a11b6a99cc057f602fc3ba5b84748 (plain)
1
2
3
4
5
6
7
LIBAVFORMAT_$MAJOR {
        global: *;
        local:
                ff_*_demuxer;
                ff_*_muxer;
                ff_*_protocol;
};