mpeg2t_private.h
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- #ifndef __MPEG2T_PRIVATE_H__
- #define __MPEG2T_PRIVATE_H__ 1
- #include "mpeg2_transport.h"
- // mpeg2t_mp3.c
- int process_mpeg2t_mpeg_audio(mpeg2t_es_t *es_pid, const uint8_t *esptr,
- uint32_t buflen);
- // mpeg2_video.c
- int process_mpeg2t_mpeg_video(mpeg2t_es_t *es_pid,
- const uint8_t *esptr,
- uint32_t buflen);
- void mpeg2t_malloc_es_work(mpeg2t_es_t *es_pid, uint32_t frame_len);
- void mpeg2t_finished_es_work(mpeg2t_es_t *es_pid, uint32_t frame_len);
- void mpeg2t_message(int loglevel, const char *fmt, ...)
- #ifndef _WIN32
- __attribute__((format(__printf__, 2, 3)));
- #else
- ;
- #endif
- #endif