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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef WORKAROUNDS_H
  2. #define WORKAROUNDS_H
  3. #include "mpeg3io.h"
  4. #include "mpeg3title.h"
  5. int64_t mpeg3io_tell_gcc(mpeg3_fs_t *fs);
  6. double mpeg3_add_double_gcc(double x, double y);
  7. double mpeg3_divide_double_gcc(double x, double y);
  8. int64_t mpeg3_total_bytes_gcc(mpeg3_title_t *title);
  9. #endif