Browse Source

avcodec/samidec: make sure to properly restore parsing context after a tag

tags/n2.7
Clément Bœsch 11 years ago
parent
commit
70082a1e53
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/samidec.c

+ 1
- 0
libavcodec/samidec.c View File

@@ -91,6 +91,7 @@ static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src)
break;
if (*p == '>')
p++;
continue;
}
if (!av_isspace(*p))
av_bprint_chars(dst, *p, 1);


Loading…
Cancel
Save