[MPlayer-cvslog] CVS: main/libmpcodecs ae_toolame.c,1.7,1.8
Guillaume POIRIER
poirierg at gmail.com
Wed Apr 27 21:34:03 CEST 2005
Hi,
On 4/27/05, Nico Sabbi CVS <syncmail at mplayerhq.hu> wrote:
> CVS change done by Nico Sabbi CVS
>
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv30424
>
> Modified Files:
> ae_toolame.c
> Log Message:
> fixed variability range
>
> Index: ae_toolame.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_toolame.c,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -r1.7 -r1.8
> --- ae_toolame.c 25 Apr 2005 10:37:55 -0000 1.7
> +++ ae_toolame.c 27 Apr 2005 19:26:09 -0000 1.8
> @@ -28,7 +28,7 @@
> {"br", ¶m_bitrate, CONF_TYPE_INT, 0, 0, 0, NULL},
> {"mode", ¶m_mode, CONF_TYPE_STRING, 0, 0, 0, NULL},
> {"psy", ¶m_psy, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
> - {"vbr", ¶m_vbr, CONF_TYPE_FLOAT, CONF_RANGE, 0, 50, NULL},
> + {"vbr", ¶m_vbr, CONF_TYPE_FLOAT, CONF_RANGE, -50, 50, NULL},
<watchdog mode="on">
What is the parameter "vbr"? There's nothing like that on the man page! :)
</watchdog>
Regards,
Guillaume
More information about the MPlayer-cvslog
mailing list