From 5a237c33b86ad32a0566fe2f602d685b5ef34c27 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 3 Dec 2016 15:41:04 +0100 Subject: lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call. --- libavformat/asfdec_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/asfdec_f.c') diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index b973eff96e..be09a92bd1 100644 --- a/libavformat/asfdec_f.c +++ b/libavformat/asfdec_f.c @@ -1010,7 +1010,7 @@ static int asf_get_packet(AVFormatContext *s, AVIOContext *pb) } if (c != 0x82) - avpriv_request_sample(s, "Invalid ECC byte\n"); + avpriv_request_sample(s, "Invalid ECC byte"); if (!asf->uses_std_ecc) asf->uses_std_ecc = (c == 0x82 && !d && !e) ? 1 : -1; -- cgit v1.2.3