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

pull/122/merge
Clément Bœsch 10 years ago
parent b4d89139fb
commit 70082a1e53
  1. 1
      libavcodec/samidec.c

@ -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