mazzica1 / practicesharp

Automatically exported from code.google.com/p/practicesharp
0 stars 0 forks source link

"FLAC: Could not process single! #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

1. Change .NET Framework of the TestApp to .NET 4.0 or 4.5
2. Execute
3. Error on 'FLAC__stream_decoder_process_single'

This problem do not occurs with .NET 3.5 or lower.
You can reproduce this issue on any app with .NET 4.0 and this DLL included.

Original issue reported on code.google.com by caplat.a...@gmail.com on 25 May 2015 at 12:57

GoogleCodeExporter commented 8 years ago
The problem may come from "Write_Callback" who does not return 
FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE but some random value. Could you 
please fix this please ?

Original comment by caplat.a...@gmail.com on 27 May 2015 at 6:05

GoogleCodeExporter commented 8 years ago
Edit : It does return FLAC__STREAM_DECODER_WRITE_STATUS_ABORT.

Original comment by caplat.a...@gmail.com on 3 Jun 2015 at 12:51