Displaying 2 results from an estimated 2 matches for "7c90104b".
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total.
char*
2005 Jun 14
3
lack of detail for exception in ov_open
...s Violation."
OggVorbis_File vf;
FILE* pFile;
pFile = fopen("test.ogg", "rb");
if(!pFile)
AfxMessageBox("fopen failed");
// here's where I get the exception
int err = ov_open(pFile, &vf, NULL, 0);
debugger simply says:
NTDLL! 7c918fea()
NTDLL! 7c90104b()
MSVCRT! 77c413b0()
VORBISFILE! 10001d1d()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20050615/54b6d85b/attachment.html