From c669af0f248e25781a2a12bd96bf9896b1c4484c Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 19 Oct 2014 21:19:07 +0200 Subject: avcodec/ass: add ASS trailing \r\n in one single place --- libavcodec/webvttdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/webvttdec.c') diff --git a/libavcodec/webvttdec.c b/libavcodec/webvttdec.c index 66f5071ebe..1284a172c4 100644 --- a/libavcodec/webvttdec.c +++ b/libavcodec/webvttdec.c @@ -67,7 +67,6 @@ static int webvtt_event_to_ass(AVBPrint *buf, const char *p) av_bprint_chars(buf, *p, 1); p++; } - av_bprintf(buf, "\r\n"); return 0; } -- cgit v1.2.3