mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
dec_sub: remove unused declaration
This commit is contained in:
parent
4614d432a8
commit
d34421f4f9
@ -359,7 +359,6 @@ void sub_get_bitmaps(struct dec_sub *sub, struct mp_osd_res dim, int format,
|
||||
char *sub_get_text(struct dec_sub *sub, double pts)
|
||||
{
|
||||
pthread_mutex_lock(&sub->lock);
|
||||
struct mp_subtitle_opts *opts = sub->opts;
|
||||
char *text = NULL;
|
||||
|
||||
pts = pts_to_subtitle(sub, pts);
|
||||
|
Loading…
Reference in New Issue
Block a user