Imported Upstream version 6.1
[platform/upstream/ffmpeg.git] / libavcodec / libvpx.h
index 0caed8c..4671e0e 100644 (file)
 #ifndef AVCODEC_LIBVPX_H
 #define AVCODEC_LIBVPX_H
 
-#include <vpx/vpx_codec.h>
-
-#include "codec_internal.h"
-
-void ff_vp9_init_static(FFCodec *codec);
-#if 0
-enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);
-vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt(enum AVPixelFormat pix);
-#endif
+#define MAX_VPX_THREADS 64
 
 #endif /* AVCODEC_LIBVPX_H */