diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-08 14:04:06 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-10 04:02:10 +0100 |
commit | 8e5a2989a387e809d7367167114d2f2a45649ffa (patch) | |
tree | 62cef06648754c737bf2413e36d3e51b1c80d713 /libavcodec/libvpx.h | |
parent | 0e575c24d62a3d9f51bca04d22c234e3857b86a9 (diff) | |
download | ffmpeg-8e5a2989a387e809d7367167114d2f2a45649ffa.tar.gz |
avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at codec open time
Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libvpx.h')
-rw-r--r-- | libavcodec/libvpx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |