summaryrefslogtreecommitdiffstats
path: root/demux/matroska.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/matroska.h')
-rw-r--r--demux/matroska.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demux/matroska.h b/demux/matroska.h
index a5d33b90ff..b4f13d97a8 100644
--- a/demux/matroska.h
+++ b/demux/matroska.h
@@ -23,6 +23,9 @@
#ifndef MPLAYER_MATROSKA_H
#define MPLAYER_MATROSKA_H
+struct timeline;
+void build_ordered_chapter_timeline(struct timeline *tl);
+
#define MKV_A_AAC_2MAIN "A_AAC/MPEG2/MAIN"
#define MKV_A_AAC_2LC "A_AAC/MPEG2/LC"
#define MKV_A_AAC_2SBR "A_AAC/MPEG2/LC/SBR"