diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-01-28 22:59:15 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-01-29 11:08:39 +0000 |
commit | 8a6ae87b9915ad82de4d20a056fe67bc17e16de7 (patch) | |
tree | 0c400a9bdef06858514ed37f452c2bce6a2753ca | |
parent | 11c99c78bafa77f679a1a3ba06ad00984b9a4cae (diff) | |
download | ffmpeg-8a6ae87b9915ad82de4d20a056fe67bc17e16de7.tar.gz |
lavc: move deprecated audio_resample* bellow
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavcodec/libavcodec.v | 2 |
1 files changed, 1 insertions, 1 deletions
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; |