]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/libavformat.v
avcodec/zmbvenc: Simplify setting keyframe flag
[ffmpeg] / libavformat / libavformat.v
index 291a38f8e771452778fed45ba9c5e5c5df78ac58..47d5ddcdb13e351d04e96636842c89960b564a3e 100644 (file)
@@ -1,17 +1,6 @@
 LIBAVFORMAT_MAJOR {
     global:
         av*;
-        #FIXME those are for ffserver
-        ff_inet_aton;
-        ff_socket_nonblock;
-        ff_rtsp_parse_line;
-        ff_rtp_get_local_rtp_port;
-        ff_rtp_get_local_rtcp_port;
-        ffio_open_dyn_packet_buf;
-        ffio_set_buf_size;
-        ffurl_close;
-        ffurl_open;
-        ffurl_write;
     local:
         *;
 };