mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
sub: remove osd_get_sub()
Trades one strange thing against another, but seems slightly less strange.
This commit is contained in:
@@ -157,7 +157,6 @@ struct osd_sub_state {
|
||||
bool render_bitmap_subs;
|
||||
};
|
||||
void osd_set_sub(struct osd_state *osd, int obj, struct osd_sub_state *substate);
|
||||
void osd_get_sub(struct osd_state *osd, int obj, struct osd_sub_state *substate);
|
||||
|
||||
bool osd_get_render_subs_in_filter(struct osd_state *osd);
|
||||
void osd_set_render_subs_in_filter(struct osd_state *osd, bool s);
|
||||
|
||||
Reference in New Issue
Block a user