diff options
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r-- | libavcodec/libavcodec.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v index bf148075c7..c923cd378f 100644 --- a/libavcodec/libavcodec.v +++ b/libavcodec/libavcodec.v @@ -1,4 +1,7 @@ LIBAVCODEC_$MAJOR { global: av*; + #deprecated, remove after next bump + audio_resample; + audio_resample_close; local: *; }; |