]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libmp3lame.c
aarch64: Add NEON optimizations for 10 and 12 bit vp9 MC
[ffmpeg] / libavcodec / libmp3lame.c
index e55aa8537a7cd999f8bf7f04a8451d022b36ec3c..5e26743f297dbb4dbb3afc0f1fb9f8d769ad34cb 100644 (file)
@@ -125,6 +125,10 @@ static av_cold int mp3lame_encode_init(AVCodecContext *avctx)
         }
     }
 
+    /* lowpass cutoff frequency */
+    if (avctx->cutoff)
+        lame_set_lowpassfreq(s->gfp, avctx->cutoff);
+
     /* do not get a Xing VBR header frame from LAME */
     lame_set_bWriteVbrTag(s->gfp,0);