summaryrefslogtreecommitdiff
path: root/libavcodec/webvttdec.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-10-19 21:19:07 +0200
committerClément Bœsch <u@pkh.me>2014-10-19 23:24:34 +0200
commitc669af0f248e25781a2a12bd96bf9896b1c4484c (patch)
tree8afc25fae705dd277a02f5e3866e8dfbbfe48757 /libavcodec/webvttdec.c
parent3d258696057d599d0d9c3b8f73c9a55ec3355782 (diff)
downloadffmpeg-c669af0f248e25781a2a12bd96bf9896b1c4484c.tar.gz
avcodec/ass: add ASS trailing \r\n in one single place
Diffstat (limited to 'libavcodec/webvttdec.c')
-rw-r--r--libavcodec/webvttdec.c1
1 files changed, 0 insertions, 1 deletions
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;
}