mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user