summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/samidec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c
index e87d9dd1ab..95f35abd42 100644
--- a/libavcodec/samidec.c
+++ b/libavcodec/samidec.c
@@ -91,7 +91,7 @@ static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src)
break;
}
if (!av_strncasecmp(p, "<BR", 3)) {
- av_bprintf(dst, "\\N");
+ av_bprintf(dst, "\\N");
p++;
while (*p && *p != '>')
p++;