Rename sub.c/.h to osd.c/.h

This was way too misleading. osd.c merely calls the subtitle renderers,
instead of actually dealing with subtitles.
This commit is contained in:
wm4
2013-11-24 12:58:06 +01:00
parent df8d00cc1f
commit e5311586ab
43 changed files with 36 additions and 47 deletions

View File

@@ -27,7 +27,7 @@
#include "talloc.h"
#include "mpvcore/mp_common.h"
#include "mpvcore/mp_msg.h"
#include "sub.h"
#include "osd.h"
static const char osd_font_pfb[] =
#include "sub/osd_font.h"