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/ass_mp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/ass_mp.c') diff --git a/sub/ass_mp.c b/sub/ass_mp.c index ac36e2d954..33cd1559fc 100644 --- a/sub/ass_mp.c +++ b/sub/ass_mp.c @@ -33,7 +33,7 @@ #include "mpvcore/mp_msg.h" #include "mpvcore/path.h" #include "ass_mp.h" -#include "sub/sub.h" +#include "osd.h" #include "stream/stream.h" #include "mpvcore/options.h" -- cgit v1.2.3