From f7b9b92179333e5bf399cbb6289b66ed3439445c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Jun 2013 19:40:09 +0200 Subject: sub: various minor subtitle related changes Just pushing some code around. --- sub/dec_sub.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sub/dec_sub.h') diff --git a/sub/dec_sub.h b/sub/dec_sub.h index 52fa05eebc..263df19bc0 100644 --- a/sub/dec_sub.h +++ b/sub/dec_sub.h @@ -10,10 +10,6 @@ struct sh_sub; struct ass_track; struct MPOpts; -bool is_text_sub(const char *t); -bool is_ass_sub(const char *t); -bool is_dvd_sub(const char *t); - bool sub_accept_packets_in_advance(struct sh_sub *sh); void sub_decode(struct sh_sub *sh, struct osd_state *osd, void *data, int data_len, double pts, double duration); -- cgit v1.2.3