00001 /***************************************************************************** 00002 * mpegdemux * 00003 *****************************************************************************/ 00004 00005 /***************************************************************************** 00006 * File name: mpeg_remux.h * 00007 * Created: 2003-02-02 by Hampa Hug <hampa@hampa.ch> * 00008 * Last modified: 2003-03-02 by Hampa Hug <hampa@hampa.ch> * 00009 * Copyright: (C) 2003 by Hampa Hug <hampa@hampa.ch> * 00010 *****************************************************************************/ 00011 00012 /***************************************************************************** 00013 * This program is free software. You can redistribute it and / or modify it * 00014 * under the terms of the GNU General Public License version 2 as published * 00015 * by the Free Software Foundation. * 00016 * * 00017 * This program is distributed in the hope that it will be useful, but * 00018 * WITHOUT ANY WARRANTY, without even the implied warranty of * 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 00020 * Public License for more details. * 00021 *****************************************************************************/ 00022 00023 /* $Id: mpeg_remux.h 67 2004-01-02 18:20:15Z hampa $ */ 00024 00025 // The code has been modified to use file descriptors instead of FILE streams. 00026 // Only functionality needed in MediaTomb remains, all extra features are 00027 // stripped out. 00028 00029 00030 #ifndef MPEGDEMUX_MPEG_REMUX_H 00031 #define MPEGDEMUX_MPEG_REMUX_H 1 00032 00033 00034 int mpeg_remux (int inp, int out); 00035 00036 00037 #endif
1.6.1