]> git.sesse.net Git - ffmpeg/commit
avcodec/webvttdec: Deal with WebVTT escapes
authorRicardo Constantino <wiiaboo@gmail.com>
Sun, 11 Oct 2015 16:11:01 +0000 (17:11 +0100)
committerClément Bœsch <u@pkh.me>
Mon, 12 Oct 2015 20:04:05 +0000 (22:04 +0200)
commit53886d6955134be8acc26f336bdf068fd970669d
treec373a9fad3eeab639eceadb4889622368516f4ee
parent329bd254750f3f90f4cf4a50f177aeb12458d449
avcodec/webvttdec: Deal with WebVTT escapes

Bare ampersand characters are still accepted, even though out-of-spec.
Also fixes adjacent tags not being parsed.

Fixes trac #4915

Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
libavcodec/webvttdec.c