]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libavcodec.v
reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump
[ffmpeg] / libavcodec / libavcodec.v
index 5909dce46b6ae5f8f34206176e04e1c79eee011b..b4bd2c88ed0e30e40b0c4b32e8d99b70948bc70c 100644 (file)
@@ -3,8 +3,6 @@ LIBAVCODEC_$MAJOR {
                 #deprecated, remove after next bump
                 audio_resample;
                 audio_resample_close;
-                dsputil_init;
-                ff_dsputil_init;
                 ff_find_pix_fmt;
                 ff_framenum_to_drop_timecode;
                 ff_framenum_to_smtpe_timecode;
@@ -29,5 +27,7 @@ LIBAVCODEC_$MAJOR {
                 ff_dnxhd_cid_table;
                 ff_idctdsp_init;
                 ff_fdctdsp_init;
+                ff_pixblockdsp_init;
+                ff_me_cmp_init;
         local:  *;
 };