comparison libmpdemux/stream_dvd.c @ 18682:bee3186a06f7

include stream_dvd's interface from libmpdemux/stream_dvd.h
author nicodvb
date Sun, 11 Jun 2006 21:29:00 +0000
parents d18fc000093d
children 2b92e84182cd
comparison
equal deleted inserted replaced
18681:303506bac0b5 18682:bee3186a06f7
22 #define FIRST_PCM_AID 160 22 #define FIRST_PCM_AID 160
23 23
24 #include "stream.h" 24 #include "stream.h"
25 #include "m_option.h" 25 #include "m_option.h"
26 #include "m_struct.h" 26 #include "m_struct.h"
27
28 #include "stream_dvd.h"
27 29
28 /// We keep these 2 for the gui atm, but they will be removed. 30 /// We keep these 2 for the gui atm, but they will be removed.
29 extern int dvd_title; 31 extern int dvd_title;
30 extern int dvd_chapter; 32 extern int dvd_chapter;
31 extern int dvd_last_chapter; 33 extern int dvd_last_chapter;