Displaying 1 result from an estimated 1 matches for "oggtotalpcm".
2004 Apr 24
2
Is this a bug in ogg ?
...); // place to the beginning of
test2.ogg
fprintf(stderr, " ov_open_return_code:%i\n",ov_open(fp, &vf, NULL,
0));
int xx = ov_raw_total(&vf,-1);
int yy = (long)ov_pcm_total(&vf, -1);
printf("oggtotalraw:%i",xx);
printf("oggtotalpcm:%i",yy);
}
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscr...