From: Ilkka Ollakka Date: Wed, 26 May 2010 14:16:03 +0000 (+0300) Subject: avcodec: change version-check to 52.69.1 for libvpx encoding settings X-Git-Tag: 1.2.0-pre1~6473 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ae3528d43c44addfdb85afd6e1fa0bc9784af037;p=vlc avcodec: change version-check to 52.69.1 for libvpx encoding settings --- diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c index 7159effffc..b5751f30e1 100644 --- a/modules/codec/avcodec/encoder.c +++ b/modules/codec/avcodec/encoder.c @@ -593,7 +593,7 @@ int OpenEncoder( vlc_object_t *p_this ) /* Misc parameters */ p_context->bit_rate = p_enc->fmt_out.i_bitrate; -#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 68, 2 ) +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 69, 2 ) /* Set reasonable defaults to VP8, based on libvpx-720p preset from libvpx ffmpeg-patch */ if( i_codec_id == CODEC_ID_VP8 )