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/draw_bmp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sub/draw_bmp.c') diff --git a/sub/draw_bmp.c b/sub/draw_bmp.c index 3dc46fb827..2b91befe50 100644 --- a/sub/draw_bmp.c +++ b/sub/draw_bmp.c @@ -26,9 +26,8 @@ #include #include "mpvcore/mp_common.h" -#include "sub/draw_bmp.h" -#include "sub/sub.h" -#include "sub/img_convert.h" +#include "draw_bmp.h" +#include "img_convert.h" #include "video/mp_image.h" #include "video/sws_utils.h" #include "video/img_format.h" -- cgit v1.2.3