mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Add some missing "const"s
The one in msg.c was mistakenly removed with commit e99a37f6.
I didn't actually test the change in ao_sndio.c (but obviously "ap"
shouldn't be static).
This commit is contained in:
@@ -219,8 +219,8 @@ void osd_destroy_backend(struct osd_state *osd);
|
||||
|
||||
// doesn't need locking
|
||||
void osd_get_function_sym(char *buffer, size_t buffer_size, int osd_function);
|
||||
extern const char *osd_ass_0;
|
||||
extern const char *osd_ass_1;
|
||||
extern const char *const osd_ass_0;
|
||||
extern const char *const osd_ass_1;
|
||||
|
||||
// defined in backend, but locks if required
|
||||
void osd_object_get_resolution(struct osd_state *osd, int obj,
|
||||
|
||||
Reference in New Issue
Block a user