mirror of https://github.com/xiph/flac
parent
9548d4b953
commit
50af1bcf63
|
@ -352,7 +352,7 @@ static FLAC__StreamDecoderInitStatus init_stream_internal_(
|
|||
if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED)
|
||||
return FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED;
|
||||
|
||||
if(!FLAC__HAS_OGG == 0 && is_ogg)
|
||||
if(FLAC__HAS_OGG == 0 && is_ogg)
|
||||
return FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER;
|
||||
|
||||
if(
|
||||
|
|
Loading…
Reference in New Issue