Commit 70082a1e authored by Clément Bœsch's avatar Clément Bœsch

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

parent b4d89139
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment