Commit ca0223c8 authored by Ilkka Ollakka's avatar Ilkka Ollakka Committed by Ilkka Ollakka

avcodec: change version-check to 52.69.1 for libvpx encoding settings

(cherry picked from commit ae3528d43c44addfdb85afd6e1fa0bc9784af037)
Signed-off-by: default avatarIlkka Ollakka <ileoo@iki.fi>
parent 80b3b510
......@@ -579,7 +579,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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment