comparison vmcmd.h @ 114:b6834e6359cf src

big libdvdnav cleanup, quoting the ChangeLog: * some bugfixes * code cleanup * build process polishing * more sensible event order in get_next_block to ensure useful event delivery * VOBU level resume * fixed: seeking in a multiangle feature briefly showed the wrong angle
author mroi
date Thu, 20 Feb 2003 15:32:21 +0000
parents a049c3753f32
children 5897ff629f7c
comparison
equal deleted inserted replaced
113:ec2df154be56 114:b6834e6359cf
27 27
28 #include <inttypes.h> 28 #include <inttypes.h>
29 #include <dvdread/ifo_types.h> /* Only for vm_cmd_t */ 29 #include <dvdread/ifo_types.h> /* Only for vm_cmd_t */
30 #include "decoder.h" 30 #include "decoder.h"
31 31
32 #ifdef TRACE
32 void vmPrint_mnemonic(vm_cmd_t *command); 33 void vmPrint_mnemonic(vm_cmd_t *command);
33 void vmPrint_CMD(int row, vm_cmd_t *command); 34 void vmPrint_CMD(int row, vm_cmd_t *command);
35 #endif
34 36
35 #endif /* VMCMD_H_INCLUDED */ 37 #endif /* VMCMD_H_INCLUDED */