From daf2c35f52e0193b7fc39fc954767bcbc1b52a39 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 11 Aug 2015 22:50:45 +0200 Subject: lavc: Remove newline from avpriv_request_sample() calls. --- libavcodec/lcldec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/lcldec.c') diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c index a774832434..c04ed5e6ca 100644 --- a/libavcodec/lcldec.c +++ b/libavcodec/lcldec.c @@ -512,7 +512,7 @@ static av_cold int decode_init(AVCodecContext *avctx) avctx->pix_fmt = AV_PIX_FMT_YUV422P; av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:2:2.\n"); if (avctx->width % 4) { - avpriv_request_sample(avctx, "Unsupported dimensions\n"); + avpriv_request_sample(avctx, "Unsupported dimensions"); return AVERROR_INVALIDDATA; } break; @@ -547,7 +547,7 @@ static av_cold int decode_init(AVCodecContext *avctx) av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &subsample_h, &subsample_v); if (avctx->width % (1<height % (1<