search for: flac__streamdecoderstate

Displaying 3 results from an estimated 3 matches for "flac__streamdecoderstate".

2014 Apr 07
3
Patch to fix compiler warnings and error status collisions
...I am not sure of all your procedures for submitting patches/pull requests. The attached patch fixes all Clang compilation warnings. Note, some of these warnings were real problems. There is the potential for API users to misinterpret the state being returned since the return variable was of type FLAC__StreamDecoderState, but the value being returned was FLAC__StreamDecoderInitStatus. When FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED was returned in this case it was indistinguishable from FLAC__STREAM_DECODER_OGG_ERROR. Is there somewhere that I can push the patch so that it can easily be pulled into the r...
2014 Apr 07
2
Patch to fix compiler warnings and error status collisions
...>> The attached patch fixes all Clang compilation warnings. > > I'll check this out. > >> Note, some of these warnings were real problems. There is the >> potential for API users to misinterpret the state being returned >> since the return variable was of type FLAC__StreamDecoderState, >> but the value being returned was FLAC__StreamDecoderInitStatus. >> When FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED was >> returned in this case it was indistinguishable from >> FLAC__STREAM_DECODER_OGG_ERROR. > > Problem is this patch changes the ABI bec...
2014 Apr 07
0
Patch to fix compiler warnings and error status collisions
...email and sent to the list. > The attached patch fixes all Clang compilation warnings. I'll check this out. > Note, some of these warnings were real problems. There is the > potential for API users to misinterpret the state being returned > since the return variable was of type FLAC__StreamDecoderState, > but the value being returned was FLAC__StreamDecoderInitStatus. > When FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED was > returned in this case it was indistinguishable from > FLAC__STREAM_DECODER_OGG_ERROR. Problem is this patch changes the ABI because FLAC__StreamDecodeIni...