comparison searching.c @ 119:bd8601b74c3d src

this is causing more harm than good libdvdread is now considered to be the only "official reference" concerning headers for DVD structures and we should always use them. Problems only arise, if applications do not (this lately was a problem in xine).
author mroi
date Sat, 08 Mar 2003 14:04:20 +0000
parents 48ba92648842
children 29b046894eac
comparison
equal deleted inserted replaced
118:48ba92648842 119:bd8601b74c3d
28 #include <assert.h> 28 #include <assert.h>
29 29
30 #include "dvdnav_internal.h" 30 #include "dvdnav_internal.h"
31 31
32 #include "vm.h" 32 #include "vm.h"
33 #include "nav_types.h"
34 33
35 /* 34 /*
36 #define LOG_DEBUG 35 #define LOG_DEBUG
37 */ 36 */
38 37