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/xan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xan.c') diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 7184faa957..662386af9a 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -263,7 +263,7 @@ static inline void xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame, prevframe_x = x + motion_x; if (prev_palette_plane == palette_plane && FFABS(curframe_index - prevframe_index) < pixel_count) { - avpriv_request_sample(s->avctx, "Overlapping copy\n"); + avpriv_request_sample(s->avctx, "Overlapping copy"); return ; } -- cgit v1.2.3