search for: stream_decoder_find_metadata_

Displaying 2 results from an estimated 2 matches for "stream_decoder_find_metadata_".

2004 Sep 10
2
Problem in FLAC__stream_decoder_process_metadata
Hi, I have a problem when I try to open a file, which is not a FLAC file. When I open a non-flac file with the stream decoder API, one of the first things called is FLAC__stream_decoder_process_metadata, which itself calls stream_decoder_find_metadata_. Unfortunately the non-flac file contains some content, which leads to the state set to FLAC__STREAM_DECODER_READ_FRAME. However in FLAC__stream_decoder_process_metadata there isn't a case label for FLAC__STREAM_DECODER_READ_FRAME and so the assert is called. I can't workaroud this, becau...
2004 Sep 10
0
Problem in FLAC__stream_decoder_process_metadata
...Ingo Ralf Blum <ingoralfblum@gmx.de> wrote: > I have a problem when I try to open a file, which is not a FLAC file. > When I > open a non-flac file with the stream decoder API, one of the first > things called > is FLAC__stream_decoder_process_metadata, which itself calls > stream_decoder_find_metadata_. Unfortunately the non-flac file > contains some > content, which leads to the state set to > FLAC__STREAM_DECODER_READ_FRAME. > > However in FLAC__stream_decoder_process_metadata there isn't a case > label for > FLAC__STREAM_DECODER_READ_FRAME and so the assert is called....