workarounds.h
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- #ifndef WORKAROUNDS_H
- #define WORKAROUNDS_H
- #include "mpeg3io.h"
- #include "mpeg3title.h"
- int64_t mpeg3io_tell_gcc(mpeg3_fs_t *fs);
- double mpeg3_add_double_gcc(double x, double y);
- double mpeg3_divide_double_gcc(double x, double y);
- int64_t mpeg3_total_bytes_gcc(mpeg3_title_t *title);
- #endif