mirror of
https://github.com/openharmony/third_party_lame.git
synced 2026-07-01 05:53:58 -04:00
Fix the "Could not close audio input file" message when decoding from mp3
or transcoding. The message only occurred on Win32 builds of lame.exe. Submitted by: Michael Fink via [patches:#93]
This commit is contained in:
@@ -2113,7 +2113,7 @@ static off_t lame123_seek_in_file(void* handle, off_t offset, int direction)
|
||||
|
||||
static void lame123_cleanup_file(void* handle)
|
||||
{
|
||||
fclose((FILE*)handle);
|
||||
/* don't call fclose(); close_input_file() will do that */
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user