Commit db18b3d6 authored by Clément Bœsch's avatar Clément Bœsch

avcodec/samidec: small indent fix

parent 26786f43
......@@ -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++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment