summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.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/dvbsubdec.c
parentf0708b751f4f24a1a5f67ee6540c01edceff51b9 (diff)
lavc: Remove newline from avpriv_request_sample() calls.
Diffstat (limited to 'libavcodec/dvbsubdec.c')
-rw-r--r--libavcodec/dvbsubdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c
index ff835abe33..21ef43f303 100644
--- a/libavcodec/dvbsubdec.c
+++ b/libavcodec/dvbsubdec.c
@@ -839,7 +839,7 @@ static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_ou
/* Not touching AVSubtitles again*/
if(sub->num_rects) {
- avpriv_request_sample(ctx, "Different Version of Segment asked Twice\n");
+ avpriv_request_sample(ctx, "Different Version of Segment asked Twice");
return AVERROR_PATCHWELCOME;
}
for (display = ctx->display_list; display; display = display->next) {