ifo_tat.h
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:0k
源码类别:

DVD

开发平台:

Unix_Linux

  1. #ifndef __TBL_PRIV_H__
  2. #define __TBL_PRIV_H__
  3. #include <sys/types.h>
  4. typedef struct {
  5. // start of various tables
  6. u_int num_menu_vobs;
  7. u_int num_title_vobs;
  8. u_int start_ptt;
  9. u_int start_title_pgci;
  10. u_int start_menu_pgci;
  11. u_int start_tmt;
  12. u_int start_menu_cell_addr;
  13. u_int start_menu_vobu_addr_map;
  14. u_int start_title_cell_addr;
  15. u_int start_title_vobu_addr_map;
  16. } tat_t;
  17. tat_t *ifo_get_tat (u_char *buf);
  18. void ifo_print_tat (tat_t *tat);
  19. #endif