comparison vm.c @ 169:90b1f6f0520e src

Modified libdvdnav to do without libdvdread. Use internal ifo tools.
author jcdutton
date Sun, 27 Apr 2003 01:26:18 +0000
parents e9987c07e255
children 4e099155c968
comparison
equal deleted inserted replaced
168:330ef38ad968 169:90b1f6f0520e
35 #include <assert.h> 35 #include <assert.h>
36 #include <sys/types.h> 36 #include <sys/types.h>
37 #include <sys/stat.h> 37 #include <sys/stat.h>
38 #include <fcntl.h> 38 #include <fcntl.h>
39 39
40 #include <dvdread/ifo_types.h> 40 #include "ifo_types.h"
41 #include <dvdread/ifo_read.h> 41 #include "ifo_read.h"
42 42
43 #include "dvdnav_internal.h" 43 #include "dvdnav_internal.h"
44 44
45 /* 45 /*
46 #define STRICT 46 #define STRICT
1839 #endif 1839 #endif
1840 1840
1841 1841
1842 /* 1842 /*
1843 * $Log$ 1843 * $Log$
1844 * Revision 1.58 2003/04/27 01:26:18 jcdutton
1845 * Modified libdvdnav to do without libdvdread.
1846 * Use internal ifo tools.
1847 *
1844 * Revision 1.57 2003/04/21 13:24:31 mroi 1848 * Revision 1.57 2003/04/21 13:24:31 mroi
1845 * some code beautification: 1849 * some code beautification:
1846 * * rename vm_resume to vm_jump_resume for consistency's sake 1850 * * rename vm_resume to vm_jump_resume for consistency's sake
1847 * * functions in vm.c do not return dvdnav_status_t, but simple C boolean 1851 * * functions in vm.c do not return dvdnav_status_t, but simple C boolean
1848 * (that is 1 or 0) 1852 * (that is 1 or 0)