From ae3528d43c44addfdb85afd6e1fa0bc9784af037 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Wed, 26 May 2010 17:16:03 +0300 Subject: [PATCH] avcodec: change version-check to 52.69.1 for libvpx encoding settings --- modules/codec/avcodec/encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2