1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avcodec/samidec: small indent fix

This commit is contained in:
Clément Bœsch
2015-09-06 14:06:44 +02:00
parent 26786f43d7
commit db18b3d6e6

View 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++;