Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-10-19 23:19:07 +0400
committerClément Bœsch <u@pkh.me>2014-10-20 01:24:34 +0400
commitc669af0f248e25781a2a12bd96bf9896b1c4484c (patch)
tree8afc25fae705dd277a02f5e3866e8dfbbfe48757 /libavcodec/subviewerdec.c
parent3d258696057d599d0d9c3b8f73c9a55ec3355782 (diff)
avcodec/ass: add ASS trailing \r\n in one single place
Diffstat (limited to 'libavcodec/subviewerdec.c')
-rw-r--r--libavcodec/subviewerdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/subviewerdec.c b/libavcodec/subviewerdec.c
index 82cb8cf85d..a008828540 100644
--- a/libavcodec/subviewerdec.c
+++ b/libavcodec/subviewerdec.c
@@ -43,7 +43,6 @@ static int subviewer_event_to_ass(AVBPrint *buf, const char *p)
}
}
- av_bprintf(buf, "\r\n");
return 0;
}