search for: ogg_bug

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

2004 Apr 24
2
Is this a bug in ogg ?
....ogg, this ogg gets opened and decoded correctly. But if i place it to the beginning of test2.ogg, ov_open returns error code -123 (OV_EBADLINK ). Any idea ? Here is the source code i encounter the problem with: ( you can download a zip file with the ogg files i used here: http://www.videofiles.de/ogg_bug.zip ) <p>#include<stdio.h> #include <vorbis/vorbisfile.h> int main(int argc, char *argv[]) { OggVorbis_File vf; FILE *fp=NULL; // chou_s_test1_test2.pak is created by simply concatenating chou_s.jpg (3403 bytes), test1.ogg (5196 bytes) and test2.ogg (612...