[FFmpeg-devel] [PATCH 3/3] avcodec: drop dsp context init functions from public ABI
Michael Niedermayer
michaelni at gmx.at
Sat Jul 26 15:34:08 CEST 2014
This can be applied when we bump soname the next time
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavcodec/libavcodec.v | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index b4bd2c8..b753222 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -25,9 +25,5 @@ LIBAVCODEC_$MAJOR {
ff_jpeg_fdct*;
ff_dnxhd_get_cid_table;
ff_dnxhd_cid_table;
- ff_idctdsp_init;
- ff_fdctdsp_init;
- ff_pixblockdsp_init;
- ff_me_cmp_init;
local: *;
};
--
1.7.9.5
More information about the ffmpeg-devel
mailing list