diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-08-11 22:50:45 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-08-11 22:50:45 +0200 |
commit | daf2c35f52e0193b7fc39fc954767bcbc1b52a39 (patch) | |
tree | 7802020e29cc86e6b9348fb06838b658cfc324d7 /libavcodec/xan.c | |
parent | f0708b751f4f24a1a5f67ee6540c01edceff51b9 (diff) | |
download | ffmpeg-daf2c35f52e0193b7fc39fc954767bcbc1b52a39.tar.gz |
lavc: Remove newline from avpriv_request_sample() calls.
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r-- | libavcodec/xan.c | 2 |
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 ; } |