]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/libavformat.v
Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / libavformat.v
index 6ae64458c09daef2331c989302cd7efaf77e47cf..e90aef79ff67f825ec0269ed5d416d5452da5618 100644 (file)
@@ -3,9 +3,6 @@ LIBAVFORMAT_$MAJOR {
                 #FIXME those are for ffserver
                 ff_inet_aton;
                 ff_socket_nonblock;
-                ff_mpegts_parse_close;
-                ff_mpegts_parse_open;
-                ff_mpegts_parse_packet;
                 ff_rtsp_parse_line;
                 ff_rtp_get_local_rtp_port;
                 ff_rtp_get_local_rtcp_port;
@@ -17,10 +14,7 @@ LIBAVFORMAT_$MAJOR {
                 ffurl_seek;
                 ffurl_size;
                 ffurl_write;
-                ffurl_protocol_next;
                 #those are deprecated, remove on next bump
-                url_*;
-                get_*;
-                ff_codec_get_id;
+                url_feof;
         local: *;
 };