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

DVD

开发平台:

C/C++

  1. #ifndef __MPGKERN_H
  2. #define __MPGKERN_H
  3. void restart_video_engine();
  4. void restart_audio_engine();
  5. void resync_video();
  6. void resync_audio();
  7. void resync_audio_bitstream();
  8. int get_vbv_free(int vy);
  9. int get_vbv_free_exact(int vy);
  10. void set_timesearch_C_ELTM(UINT32);
  11. #endif/*__MPGKERN_H*/