]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libavcodec.v
alac: change some data types to plain int
[ffmpeg] / libavcodec / libavcodec.v
index 65699038abeb6c51848e0bda4e06dab43a7f01f9..0e1c2e1cdaca4441aee88bf037539c8fa2d7204f 100644 (file)
@@ -1,9 +1,6 @@
 LIBAVCODEC_$MAJOR {
-        global: *;
-        local:
-                ff_*_bsf;
-                ff_*_decoder;
-                ff_*_encoder;
-                ff_*_hwaccel;
-                ff_*_parser;
+        global: av*;
+                audio_resample;
+                audio_resample_close;
+        local:  *;
 };