]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/alsdec.c
avcodec/qdm2: Make tables used to initialize VLCs smaller
[ffmpeg] / libavcodec / alsdec.c
index 62c6036037890fd72cb2e46804bacb168256125a..c2c460a29c70a58e303ca214d7e8acbe19f115d2 100644 (file)
@@ -350,7 +350,7 @@ static av_cold int read_specific_config(ALSDecContext *ctx)
         return AVERROR_INVALIDDATA;
 
     if (avctx->channels > FF_SANE_NB_CHANNELS) {
-        avpriv_request_sample(avctx, "Huge number of channels\n");
+        avpriv_request_sample(avctx, "Huge number of channels");
         return AVERROR_PATCHWELCOME;
     }