mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avcodec/samidec: small indent fix
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user