search for: ____read_to_end_of_meta_data

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

2004 Oct 09
1
Ogg encapsulation...
...and all the ogg layer stuff is done elsewhere (common code for all codecs)... Currently what i've done is this... when it sees a flac stream, it keeps reading metadata headers until it sees the flag for the last one... then it sticks all the headers together in one big chunk and calls the ____read_to_end_of_meta_data method. Since i take it the underlying flac library hasn't changed... i'm assuming this means... from the new headers, i have to reconstruct a chunk of header data as it was in previous versions ? So i have to discard all the start of the new header packet, grab the stream info bit, th...