]> granicus.if.org Git - libass/commit
Require closing '}' for override tags
authorOleg Oshmyan <chortos@inbox.lv>
Thu, 29 May 2014 22:10:30 +0000 (23:10 +0100)
committerOleg Oshmyan <chortos@inbox.lv>
Fri, 6 Jun 2014 14:10:06 +0000 (15:10 +0100)
commit3199a876dd5da0463fd6c6c231db7c3bb223c2ef
treedd585ffd1b6fa1edacc3983a11790487575a1318
parent0908a56be261915f9155e771bca6593645418da8
Require closing '}' for override tags

Like VSFilter. '{' without a following '}' is just text, though
in vector drawing mode it still delimits individual drawings.

This also lets us nicely avoid '\0' hacks
in the \t override tag handler in parse_tag.
libass/ass_parse.c
libass/ass_parse.h
libass/ass_render.c