summaryrefslogtreecommitdiffstats
path: root/sub/av_sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/av_sub.h')
-rw-r--r--sub/av_sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/av_sub.h b/sub/av_sub.h
index af3edc4d34..ee6205c87d 100644
--- a/sub/av_sub.h
+++ b/sub/av_sub.h
@@ -26,5 +26,6 @@ struct sh_sub;
void reset_avsub(struct sh_sub *sh);
int decode_avsub(struct sh_sub *sh, uint8_t *data, int size,
double pts, double endpts);
+bool is_av_sub(int type);
#endif /* MPLAYER_AV_SUB_H */