From 8e5a2989a387e809d7367167114d2f2a45649ffa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Dec 2013 14:04:06 +0100 Subject: avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at codec open time Reviewed-by: James Zern Signed-off-by: Michael Niedermayer --- libavcodec/libvpx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libvpx.h') diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h index 2c901f92ef..36a275c5d2 100644 --- a/libavcodec/libvpx.h +++ b/libavcodec/libvpx.h @@ -23,6 +23,6 @@ #include "avcodec.h" -int ff_vp9_check_experimental(AVCodecContext *avctx); +void ff_vp9_init_static(AVCodec *codec); #endif /* AVCODEC_LIBVPX_H */ -- cgit v1.2.1