Displaying 1 result from an estimated 1 matches for "bit_buffer_clear".
2004 Oct 16
1
FLAC Process_single... read:write ratio ?
...blems in corner cases.
One thing i need to fnid out is... if i call process_single() and let the
read callback give the decoder exactly one packet/frame.
Is the write_callback garaunteed to only be fired once ?
Also one other thing... this where is always crashes...
Line 374 in bitbuffer.c, at bit_buffer_clear(...) the state is ABORTED, and
blurbs and bits are both ~2^32 and it tries to do a memset.
I know the issue is primarily a threading one... is it normal for this to be
called in the ABORTED state ? How does the blurbs and bits get so high ? (is
it subtracting from 0 ?)
Cheers,
Zen.