[Ffmpeg-cvslog] r6252 - trunk/libavcodec/utils.c

Dominik 'Rathann' Mierzejewski dominik
Thu Sep 14 19:30:14 CEST 2006


On Thursday, 14 September 2006 at 16:02, takis wrote:
> Author: takis
> Date: Thu Sep 14 16:02:32 2006
> New Revision: 6252
> 
> Modified:
>    trunk/libavcodec/utils.c
> 
> Log:
> Synchronize the defaults specified in the AVOptions[] array to the defaults
> specified in the ffmpeg.c global static variabels. This preserves the current
> behavior.
> 
> 
> Modified: trunk/libavcodec/utils.c
> ==============================================================================
> --- trunk/libavcodec/utils.c	(original)
> +++ trunk/libavcodec/utils.c	Thu Sep 14 16:02:32 2006
> @@ -447,11 +447,11 @@
>  #define E AV_OPT_FLAG_ENCODING_PARAM
>  #define D AV_OPT_FLAG_DECODING_PARAM
>  
> -#define AV_CODEC_DEFAULT_BITRATE 800*1000
> +#define AV_CODEC_DEFAULT_BITRATE 200*1000

Does it? The default has always been 800kbps.

Regards,
R.

-- 
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan




More information about the ffmpeg-cvslog mailing list