OSDN Git Service

import 0.9.4
[handbrake-jp/handbrake-jp.git] / libhb / hbffmpeg.h
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h
new file mode 100644 (file)
index 0000000..e0a7634
--- /dev/null
@@ -0,0 +1,11 @@
+/* This file is part of the HandBrake source code.
+   Homepage: <http://handbrake.fr/>.
+   It may be used under the terms of the GNU General Public License. */
+
+#include "libavcodec/avcodec.h"
+#include "libavformat/avformat.h"
+#include "libswscale/swscale.h"
+
+void hb_avcodec_init(void);
+int hb_avcodec_open( AVCodecContext *, struct AVCodec * );
+int hb_avcodec_close( AVCodecContext * );