mpgsys.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __MPGSYS_H
  2. #define __MPGSYS_H
  3. #define MPG_PROGRAM_STREAM_MAP 0xbc /* MPEG2 */
  4. #define MPG_PRIVATE_STREAM_1 0xbd /* MPEG2 */
  5. #define MPG_PADDING_STREAM 0xbe
  6. #define MPG_PRIVATE_STREAM_2 0xbf
  7. #define MPG_ECM_STREAM 0xf0
  8. #define MPG_EMM_STREAM 0xf1
  9. #define MPG_DSM_CC_STREAM 0xf2
  10. #define MPG_ISO13522_STREAM 0xf3
  11. #define MPG_RESERVED_STREAM_0 0xf4
  12. #define MPG_RESERVED_STREAM_1 0xf5
  13. #define MPG_RESERVED_STREAM_2 0xf6
  14. #define MPG_RESERVED_STREAM_3 0xf7
  15. #define MPG_RESERVED_STREAM_4 0xf8
  16. #define MPG_RESERVED_STREAM_5 0xf9
  17. #define MPG_RESERVED_STREAM_6 0xfa
  18. #define MPG_RESERVED_STREAM_7 0xfb
  19. #define MPG_RESERVED_STREAM_8 0xfc
  20. #define MPG_RESERVED_STREAM_9 0xfd
  21. #define MPG_RESERVED_STREAM_A 0xfe
  22. #define MPG_PROGRAM_STREAM_DIRECTORY 0xff
  23. #define MPG_AUDIO_STREAM_0 0xc0
  24. #define MPG_AUDIO_STREAM_1 0xc1
  25. #define MPG_NORM_RES_VIDEO_STREAM 0xe0
  26. #define MPG_HIGH_RES_VIDEO_STREAM 0xe1
  27. int do_cd_sector(tFifo *cdfifo);
  28. #endif/*__MPGSYS_H*/