[vlc-commits] commit: avcodec: change version-check to 52.69. 1 for libvpx encoding settings (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Wed May 26 16:16:58 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed May 26 17:16:03 2010 +0300| [ae3528d43c44addfdb85afd6e1fa0bc9784af037] | committer: Ilkka Ollakka
avcodec: change version-check to 52.69.1 for libvpx encoding settings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae3528d43c44addfdb85afd6e1fa0bc9784af037
---
modules/codec/avcodec/encoder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c
index 7159eff..b5751f3 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 )
More information about the vlc-commits
mailing list