Displaying 2 results from an estimated 2 matches for "w3rn".
Did you mean:
3rn
2009 May 26
5
errors in valgrind
Hay!
Has anyone come across these errors using valgrind for the oggenc tool or the
encoder_example.c:
==13108== Invalid read of size 4
==13108== at 0x4155734: _vp_offset_and_mix (in
/usr/local/lib/libvorbis.so.0.4.1)
==13108==
2009 May 12
2
Question About syncing
What exactly does it mean when, in the decoder_example.c file, you try to
extract the information from the comments and codebook headers and you loose
sync? What is actually being check to determine when sync is lost?. I known
one part of it is that there is a gaps in the stream. Is the CRC value the
determining factor? Please detail! I read a lot of the documents. I still am a
little fuzzy.