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

@@ -1,7 +1,7 @@
#ifndef MPLAYER_DRAW_BMP_H
#define MPLAYER_DRAW_BMP_H
#include "sub/sub.h"
#include "osd.h"
struct mp_image;
struct sub_bitmaps;