linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] a bug in ms_volume_desc ?


From: Simon Morlat
Subject: Re: [Linphone-developers] a bug in ms_volume_desc ?
Date: Wed, 23 Sep 2009 21:48:23 +0200
User-agent: KMail/1.12.1 (Linux/2.6.30-1-amd64; KDE/4.3.1; x86_64; ; )

Hi,

You 're perfectly right. Thanks, I fixed it in svn and git trees.

Simon

Le mercredi 23 septembre 2009 03:00:50, hongleij a écrit :
> it seems missed volume_preprocess for VC .
> 
> #else
> MSFilterDesc ms_volume_desc={
>     MS_VOLUME_ID,
>     "MSVolume",
>     N_("A filter that controls and measure sound volume"),
>     MS_FILTER_OTHER,
>     NULL,
>     1,
>     1,
>     volume_init,
>     volume_preprocess, //i think this should add for _MSC_VER
>     volume_process,
>     NULL,
>     volume_uninit,
>     methods
> };
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]