Browse Source

avcodec/samidec: small indent fix

tags/n3.0
Clément Bœsch 10 years ago
parent
commit
db18b3d6e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/samidec.c

+ 1
- 1
libavcodec/samidec.c 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++;


Loading…
Cancel
Save