Dear all, I've implemented an mp3 encoder with lame on Windows. I called lame_encoder constantly and I set the global variable "musicin" each time. It works fine for me in the first three times. But it fails to work well for me in the forth time. And in the following time, the file is always 441 bytes with no sound. I can see the following two functions: lame_encode_flush_nogap lame_encode_flush And I called lame_encode_flush each time. When I changed to lame_encode_flush_nogap, there's always a 0xC0000005 error.
Would anyone help me how to solve the problem? Any help would be appreciated. _______________________________________________ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder