]> git.sesse.net Git - vlc/commitdiff
avcodec: change version-check to 52.69.1 for libvpx encoding settings
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 26 May 2010 14:16:03 +0000 (17:16 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 26 May 2010 14:16:40 +0000 (17:16 +0300)
modules/codec/avcodec/encoder.c

index 7159effffc27d7208605e8addfbce307d67c30ff..b5751f30e13cf7dae7c8326a35beee45de2c8b8e 100644 (file)
@@ -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 )