1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

This commit is contained in:
Clément Bœsch 2015-03-06 20:39:45 +01:00
parent b4d89139fb
commit 70082a1e53

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);