summaryrefslogtreecommitdiffstats
path: root/core/Mpeg2Dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Mpeg2Dec.h')
-rw-r--r--core/Mpeg2Dec.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/Mpeg2Dec.h b/core/Mpeg2Dec.h
new file mode 100644
index 000000000..af7f18c44
--- /dev/null
+++ b/core/Mpeg2Dec.h
@@ -0,0 +1,15 @@
+/* $Id: Mpeg2Dec.h,v 1.1 2003/11/03 12:08:01 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_MPEG2_DEC_H
+#define HB_MPEG2_DEC_H
+
+#include "HandBrakeInternal.h"
+
+HBMpeg2Dec * HBMpeg2DecInit( HBHandle *, HBTitle * );
+void HBMpeg2DecClose( HBMpeg2Dec ** );
+
+#endif