[FFmpeg-cvslog] avcodec/samidec: make sure to properly restore parsing context after a tag

Clément Bœsch git at videolan.org
Fri Mar 6 20:40:19 CET 2015


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Fri Mar  6 20:39:45 2015 +0100| [70082a1e533deed6688938232e6e66abbd62b0fa] | committer: Clément Bœsch

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70082a1e533deed6688938232e6e66abbd62b0fa
---

 libavcodec/samidec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c
index 7705f93..47850e2 100644
--- a/libavcodec/samidec.c
+++ b/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);



More information about the ffmpeg-cvslog mailing list