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/mpl2dec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mpl2dec.c') diff --git a/libavcodec/mpl2dec.c b/libavcodec/mpl2dec.c index 8156d1eb8c..ca95dc8ae8 100644 --- a/libavcodec/mpl2dec.c +++ b/libavcodec/mpl2dec.c @@ -59,7 +59,6 @@ static int mpl2_event_to_ass(AVBPrint *buf, const char *p) } } - av_bprintf(buf, "\r\n"); return 0; } -- cgit v1.2.3