X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Falsdec.c;h=c2c460a29c70a58e303ca214d7e8acbe19f115d2;hb=b9dc000679c55ff2c013bdea17b2235228b1ac3f;hp=62c6036037890fd72cb2e46804bacb168256125a;hpb=a11aa5f3ed7ee4d2385a7b725d43f6070d790b4c;p=ffmpeg diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index 62c60360378..c2c460a29c7 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -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; }