OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / libhb / hbffmpeg.h
1 /* This file is part of the HandBrake source code.
2    Homepage: <http://handbrake.fr/>.
3    It may be used under the terms of the GNU General Public License. */
4
5 #include "libavcodec/avcodec.h"
6 #include "libavformat/avformat.h"
7 #include "libswscale/swscale.h"
8
9 void hb_avcodec_init(void);
10 int hb_avcodec_open( AVCodecContext *, struct AVCodec * );
11 int hb_avcodec_close( AVCodecContext * );