]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/resample.c
aacenc: allocate a larger buffer for the TNS LPC context
[ffmpeg] / libavcodec / resample.c
index c45aa16cd1d86a9a092c530187135e6559bc1751..0f5ee84942c47075aded76e14d5ad1c5cdb065e3 100644 (file)
@@ -33,6 +33,7 @@
 #include "libavutil/samplefmt.h"
 
 #if FF_API_AVCODEC_RESAMPLE
+FF_DISABLE_DEPRECATION_WARNINGS
 
 #define MAX_CHANNELS 8
 
@@ -440,4 +441,5 @@ void audio_resample_close(ReSampleContext *s)
     av_free(s);
 }
 
+FF_ENABLE_DEPRECATION_WARNINGS
 #endif