Re: [MP3 ENCODER] Re: LAME - THREAD_SAFE

2001-09-20 Thread Gabriel Bouvigne
Read only parts of the structures are no problem, you have just to make sure, parts which can change multiple times (instead only once at initialisation) are propperly protected (you didn't want to read from variables which can't be updated with an atomic operation without a protection

<    1   2