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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user