From 8a6ae87b9915ad82de4d20a056fe67bc17e16de7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 28 Jan 2013 22:59:15 +0000 Subject: [PATCH] lavc: move deprecated audio_resample* bellow Signed-off-by: Paul B Mahol --- libavcodec/libavcodec.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v index f3e6db446a..195485e63f 100644 --- a/libavcodec/libavcodec.v +++ b/libavcodec/libavcodec.v @@ -1,8 +1,8 @@ LIBAVCODEC_$MAJOR { global: av*; + #deprecated, remove after next bump audio_resample; audio_resample_close; - #deprecated, remove after next bump dsputil_init; ff_find_pix_fmt; ff_framenum_to_drop_timecode; -- 2.11.0