At 07:48 15/02/00 -0700, you wrote:

>> Declaring avg_slots_per_frame "volatile" (line 547 in lame.c) fixes it in
>> some cases. I was using the following test options, with fools.wav as my
>> source
>> 
>
>Delcaring it volatile (what does that do?) or static changes the

As far as I know "volatile" means that the variable/s should not be
optimized, it should not be loaded in any procesor register. The usually
reason is "The value could be changed by any other process".


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to