From 8655c54160767de1a6b96f8bc310d6e4eaceff48 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 11 Jun 2015 16:56:31 +0200 Subject: libvpx: Support the vp9 extended profiles Bump the minimum libvpx version to 1.3.0 and rework the configure logic to fail only if no decoders and encoders are found. Based on the original patch from Vittorio. Signed-off-by: Vittorio Giovara Signed-off-by: Luca Barbato --- libavcodec/libvpx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/libvpx.h') diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h index cb1ed0959f..b990b769b3 100644 --- a/libavcodec/libvpx.h +++ b/libavcodec/libvpx.h @@ -23,6 +23,7 @@ #include "avcodec.h" -int ff_vp9_check_experimental(AVCodecContext *avctx); +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 /* AVCODEC_LIBVPX_H */ -- cgit v1.2.3