search for: classflac_1_1decoder_1_1fil

Displaying 1 result from an estimated 1 matches for "classflac_1_1decoder_1_1fil".

2005 Jan 20
0
When to terminate decoding process ?
...states after decoding this last block still looks like decoding should go on. Instead, I had expected to receive a FLAC__FILE_DECODER_END_OF_FILE <http://flac.sourceforge.net/api/group__flac__file__decoder.html#a36a5> when calling FLAC::Decoder::File <http://flac.sourceforge.net/api/classFLAC_1_1Decoder_1_1File.html>::get_state(). Instead I obtain this: Status of decoder: FLAC__FILE_DECODER_OK Status of seekable stream decoder: FLAC__SEEKABLE_STREAM_DECODER_OK Status of stream decoder: FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC I have no idea, what to use as a termination criterion for my loop aro...