diff options
Diffstat (limited to 'core/AviMux.h')
-rw-r--r-- | core/AviMux.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/AviMux.h b/core/AviMux.h new file mode 100644 index 000000000..1fccbe971 --- /dev/null +++ b/core/AviMux.h @@ -0,0 +1,15 @@ +/* $Id: AviMux.h,v 1.1 2003/11/03 12:08:00 titer Exp $ + + This file is part of the HandBrake source code. + Homepage: <http://handbrake.m0k.org/>. + It may be used under the terms of the GNU General Public License. */ + +#ifndef HB_AVI_MUX_H +#define HB_AVI_MUX_H + +#include "HandBrakeInternal.h" + +HBAviMux * HBAviMuxInit( HBHandle *, HBTitle *, HBAudio *, HBAudio * ); +void HBAviMuxClose( HBAviMux ** ); + +#endif |