X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Flibavformat.v;h=c961cd8f19ccdd3ddffb7da9e56356e8d60403b5;hb=b1ce8003727655c627fc3f80a8120d7e9c191c69;hp=a00a3093c7fd2c53c8b44581fd893f3b5d431c63;hpb=ed5d03ff6f900470eb74e86e4b59a08b6727f5f4;p=ffmpeg diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index a00a3093c7f..c961cd8f19c 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -1,17 +1,19 @@ -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; - #those are deprecated, remove on next bump - url_feof; - local: *; +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; + #those are deprecated, remove on next bump + url_feof; + local: + *; };