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. --- video/filter/vf_sub.c | 2 +- video/filter/vf_vo.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'video/filter') diff --git a/video/filter/vf_sub.c b/video/filter/vf_sub.c index 0c72105cda..646216967b 100644 --- a/video/filter/vf_sub.c +++ b/video/filter/vf_sub.c @@ -34,7 +34,7 @@ #include "video/img_format.h" #include "video/mp_image.h" #include "vf.h" -#include "sub/sub.h" +#include "sub/osd.h" #include "sub/dec_sub.h" #include "video/sws_utils.h" diff --git a/video/filter/vf_vo.c b/video/filter/vf_vo.c index 5b6e2ab4d2..74becd7250 100644 --- a/video/filter/vf_vo.c +++ b/video/filter/vf_vo.c @@ -30,8 +30,6 @@ #include "video/out/vo.h" -#include "sub/sub.h" - struct vf_priv_s { struct vo *vo; }; -- cgit v1.2.3