CVS Commit: vlc

Laurent Aimar fenrir at via.ecp.fr
Wed May 1 17:50:23 CEST 2002


On Wed, May 01, 2002, Jean-Paul Saman wrote:
> OK, I'll try to fix it. I am the maintainer of the mad plugin, but do 
> *need* a mpeg sample to reproduce it.
> 
> I asume you use latest cvs version?

 Yes i use the latest cvs version, you can find the file at
www.via.ecp.fr/~fenrir/aware.avi and aware.mp3 for only sound .


> I do update samplerate in that part of the code (libmad_output 
> function), see below.
> 
> if (p_mad_adec->p_aout_fifo->i_rate != p_libmad_pcm->samplerate)
> {
> 	intf_ErrMsg( "mad_adec: libmad_output samplerate is changing from [%d] Hz 
> to [%d] Hz, sample size [%d], error_code [%0x]",
>                     p_mad_adec->p_aout_fifo->i_rate, 
> p_libmad_pcm->samplerate,
>       		     p_libmad_pcm->length, 
> p_mad_adec->libmad_decoder->sync->stream.error);
> // 
> p_mad_adec->p_aout_fifo->i_rate = p_libmad_pcm->samplerate;
> }
> 
> Have you tried uncommenting it? Like...
> // 	p_mad_adec->p_aout_fifo->i_rate = p_libmad_pcm->samplerate;
> 

	There is no message of this type.

-- 
fenrir


-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list