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: 42b3e0c8e283c66eba2e348454a943161f054fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBAVFORMAT_MAJOR {
    global:
        av*;
        #FIXME those are for ffserver
        ff_socket_nonblock;
        ff_rtsp_parse_line;
        ff_rtp_get_local_rtp_port;
        ffio_open_dyn_packet_buf;
        ffio_set_buf_size;
        ffurl_close;
        ffurl_open;
        ffurl_write;
    local:
        *;
};