Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-10-11 20:59:24 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-10-11 20:59:24 +0300
commit86f0bba776018cd83642c0195ac3f41f3c87c1d3 (patch)
treeb7295a46cae136a9b83fed3ca714bfbc36ec123a /libavcodec/alsdec.c
parent9b72cea4463dd2fabcd9ba1454a0855e521d0148 (diff)
lavc, lavf: Remove newlines from calls to avpriv_request_sample().
Diffstat (limited to 'libavcodec/alsdec.c')
-rw-r--r--libavcodec/alsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index 62c6036037..c2c460a29c 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;
}