summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-11 22:50:45 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-11 22:50:45 +0200
commitdaf2c35f52e0193b7fc39fc954767bcbc1b52a39 (patch)
tree7802020e29cc86e6b9348fb06838b658cfc324d7 /libavcodec/xan.c
parentf0708b751f4f24a1a5f67ee6540c01edceff51b9 (diff)
lavc: Remove newline from avpriv_request_sample() calls.
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r--libavcodec/xan.c2
1 files changed, 1 insertions, 1 deletions
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 ;
}