search for: the_ogg_pag

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

Did you mean: the_ogg_page
2008 Apr 29
2
More trival questions
...printf("no Magic!\n"); } } else { printf("not a header\n"); } } int main( int argc, char** argv) { ogg_sync_state the_ogg_sync_state; ogg_stream_state the_ogg_stream_state; ogg_page the_ogg_page; ogg_packet the_ogg_packet; char* buffer; size_t bytes_actually_read; FILE* source; if (argc < 2) { printf("No file\n"); return 0; } source = fopen(argv[1], "r"); if (feof(sourc...