summaryrefslogtreecommitdiffstats
path: root/demux/cue.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/cue.h')
-rw-r--r--demux/cue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/cue.h b/demux/cue.h
index cf4b4c1a08..1ae5f0a203 100644
--- a/demux/cue.h
+++ b/demux/cue.h
@@ -38,5 +38,6 @@ struct cue_track {
bool mp_probe_cue(struct bstr data);
struct cue_file *mp_parse_cue(struct bstr data);
+int mp_check_embedded_cue(struct cue_file *f);
#endif