[FFmpeg-devel] [PATCH 1/2] lavc: remove nonexistent functions from the version file

James Almer jamrial at gmail.com
Thu Aug 7 07:12:45 CEST 2014


Signed-off-by: James Almer <jamrial at gmail.com>
---
The rest should *really* be removed on the next bump

 libavcodec/libavcodec.v | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 76e29f2..be74cb3 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -3,10 +3,7 @@ LIBAVCODEC_$MAJOR {
                 #deprecated, remove after next bump
                 audio_resample;
                 audio_resample_close;
-                ff_framenum_to_drop_timecode;
-                ff_framenum_to_smtpe_timecode;
                 ff_raw_pix_fmt_tags;
-                ff_init_smtpe_timecode;
                 ff_fft*;
                 ff_mdct*;
                 ff_dct*;
@@ -15,11 +12,7 @@ LIBAVCODEC_$MAJOR {
                 ff_simple_idct*;
                 ff_aanscales;
                 ff_faan*;
-                ff_mmx_idct;
                 ff_fdct*;
-                fdct_ifast;
-                j_rev_dct;
-                ff_mmxext_idct;
                 ff_idct_xvid*;
                 ff_jpeg_fdct*;
                 ff_dnxhd_get_cid_table;
-- 
1.8.5.5



More information about the ffmpeg-devel mailing list