avcodec/samidec: small indent fix
This commit is contained in:
parent
26786f43d7
commit
db18b3d6e6
@ -91,7 +91,7 @@ static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!av_strncasecmp(p, "<BR", 3)) {
|
if (!av_strncasecmp(p, "<BR", 3)) {
|
||||||
av_bprintf(dst, "\\N");
|
av_bprintf(dst, "\\N");
|
||||||
p++;
|
p++;
|
||||||
while (*p && *p != '>')
|
while (*p && *p != '>')
|
||||||
p++;
|
p++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user