]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libavcodec.v
h264: move intra4x4_pred_mode[_cache] into the per-slice context
[ffmpeg] / libavcodec / libavcodec.v
index 65699038abeb6c51848e0bda4e06dab43a7f01f9..bf148075c719dfd0d963f2ceb8f1ca4ccd775856 100644 (file)
@@ -1,9 +1,4 @@
 LIBAVCODEC_$MAJOR {
-        global: *;
-        local:
-                ff_*_bsf;
-                ff_*_decoder;
-                ff_*_encoder;
-                ff_*_hwaccel;
-                ff_*_parser;
+        global: av*;
+        local:  *;
 };