From 5a186d5942bda0c7cae56bc524a6dceccb5c7d3f Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Feb 2015 23:46:50 +0100 Subject: matroska: make timeline code independent of MPContext --- demux/matroska.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demux/matroska.h') 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" -- cgit v1.2.3