]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/samidec: small indent fix
authorClément Bœsch <u@pkh.me>
Sun, 6 Sep 2015 12:06:44 +0000 (14:06 +0200)
committerClément Bœsch <u@pkh.me>
Sun, 6 Sep 2015 12:06:44 +0000 (14:06 +0200)
libavcodec/samidec.c

index e87d9dd1abb15fe1657b857133f0971c67e6e71b..95f35abd42ffb63551bd4864339d68398f956bc5 100644 (file)
@@ -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++;