mpeg3videoprotos.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef MPEG3VIDEOPROTOS_H
  2. #define MPEG3VIDEOPROTOS_H
  3. void mpeg3video_idct_conversion(short* block);
  4. unsigned int mpeg3slice_showbits(mpeg3_slice_buffer_t *slice_buffer, int bits);
  5. int mpeg3video_get_firstframe(mpeg3video_t *video, unsigned char *, long);
  6. #endif