summaryrefslogtreecommitdiffstats
path: root/sub/vobsub.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead codewm42012-08-011-4/+0
| | | | | | | | | | | | | This was done with the help of callcatcher [1]. Only functions which are statically known to be unused are removed. Some unused functions are not removed yet, because they might be needed in the near future (such as open_output_stream for the encode branch). There is one user visible change: the --subcc option did nothing, and is removed with this commit. [1] http://www.skynet.ie/~caolan/Packages/callcatcher.html
* options: change -alang and -slang to use string list typeClément Bœsch2011-04-201-1/+1
| | | | | | | | | There is no reason to use manual language list splitting when an automatic split function is already available. Some types change from "unsigned char" to "char", but this shouldn't cause issues since [as]lang settings are unlikely to have characters above 127.
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+47