search for: stream_decoder_finish

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

2004 Sep 10
1
seek problem
...led is 0x013788f7, but the flac file is 0x01382598 bytes long (ie. there's no reason for my callback to return true). When I don't seek, the last offset where my eof routine is called is 0x0137b936 and decoder_get_state() properly returns END_OF_STREAM. Any ideas whats wrong? BTW - why does stream_decoder_finish() call the function seekable_stream_decoder_set_defaults_() which clears all callback pointers? In flac 1.02, I had to set the callback pointers only once, but in 1.03 I have to set them after every decoder_init()/decoder_finish() pair. Is this intentional or a bug in 1.03? BTW2 - I still think tha...