From e5311586ab7641e0e1936473594bd9fbaa67bb2d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Nov 2013 12:58:06 +0100 Subject: 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. --- sub/osd_libass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/osd_libass.c') diff --git a/sub/osd_libass.c b/sub/osd_libass.c index 29db58f464..0564fbb4d3 100644 --- a/sub/osd_libass.c +++ b/sub/osd_libass.c @@ -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" -- cgit v1.2.3