a question about ov_read()
Dmitry Goncharov <[email protected]> Wed, 03 Feb 2010 19:41:10 +0300
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Is the following assumption correct?
OggVorbis_File f;
if (ov_read(&f, ...) == 0)
{
assert(ov_pcm_tell(&f) == ov_pcm_total(&f, -1));
}
Thanks
BR, Dmitry
_______________________________________________
Vorbis mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/vorbis