summaryrefslogtreecommitdiffstats
path: root/sub/osd.c
Commit message (Collapse)AuthorAgeFilesLines
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-2/+1
| | | | | | This is not needed anymore, because we decided that the PAR of the decoded video matters, and not the PAR of the filtered video that arrives at the VO.
* Rename sub.c/.h to osd.c/.hwm42013-11-241-0/+325
This was way too misleading. osd.c merely calls the subtitle renderers, instead of actually dealing with subtitles.