comparison decoder.h @ 136:5897ff629f7c src

reorganize mutual header inclusion to fix warnings when compiling with TRACE defined fix vm_jump_title_part to use correct title number (up to now the number was considered to be VTS-relative, which it is not)
author mroi
date Thu, 27 Mar 2003 15:12:26 +0000
parents b6834e6359cf
children 175d5fef21e4
comparison
equal deleted inserted replaced
135:5204d4e4cd3b 136:5897ff629f7c
27 27
28 #include <inttypes.h> 28 #include <inttypes.h>
29 #include <sys/time.h> 29 #include <sys/time.h>
30 30
31 #include <dvdread/ifo_types.h> /* vm_cmd_t */ 31 #include <dvdread/ifo_types.h> /* vm_cmd_t */
32 #include "dvdnav_internal.h"
32 33
33 /* link command types */ 34 /* link command types */
34 typedef enum { 35 typedef enum {
35 LinkNoLink = 0, 36 LinkNoLink = 0,
36 37