summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: effect parsing should be in ass_parse.cGrigori Goronzy2009-09-161-0/+1
| | | | | Move the function apply_transition_effects, which parses event-global effects and adjusts a few state variables, into ass_parse.c.
* Fix inline function prototypesGrigori Goronzy2009-09-021-2/+2
|
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-011-0/+37
Move all code related to parsing event lines and processing override tags into a separate file (ass_parse.c).