fix ..._process_metadata() to return correctly from a READ_FRAME state

This commit is contained in:
Josh Coalson
2001-11-01 19:47:06 +00:00
parent 548175cf74
commit 03b189ffdb

View File

@@ -430,7 +430,8 @@ FLAC__bool FLAC__stream_decoder_process_metadata(FLAC__StreamDecoder *decoder)
break;
case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC:
return true;
break;
case FLAC__STREAM_DECODER_READ_FRAME:
return true;
case FLAC__STREAM_DECODER_END_OF_STREAM:
return true;
default: