summaryrefslogtreecommitdiff
path: root/libavcodec/jacosubdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/jacosubdec.c')
-rw-r--r--libavcodec/jacosubdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/jacosubdec.c b/libavcodec/jacosubdec.c
index e83fadabce..ef999ca43c 100644
--- a/libavcodec/jacosubdec.c
+++ b/libavcodec/jacosubdec.c
@@ -162,7 +162,6 @@ static void jacosub_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *src
if (i == FF_ARRAY_ELEMS(ass_codes_map))
av_bprintf(dst, "%c", *src++);
}
- av_bprintf(dst, "\r\n");
}
static int jacosub_decode_frame(AVCodecContext *avctx,