00001 /* 00002 * MT 00003 * 00004 * */ 00005 00006 00007 #ifndef __MPEGDEMUX_H__ 00008 #define __MPEGDEMUX_H__ 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00016 // 00022 00023 int remux_mpeg(int fd_in, int fd_out, 00024 unsigned char keep_video_id, 00025 unsigned char keep_audio_id); 00026 00027 #ifdef __cplusplus 00028 } // extern "C" 00029 #endif 00030 00031 00032 #endif
1.6.1