search for: bits_to_add

Displaying 3 results from an estimated 3 matches for "bits_to_add".

2012 Apr 05
1
[PATCH] remove unnecesary typedef in bitwriter.c
...ull, accum is appended to buffer */ unsigned capacity; /* capacity of buffer in words */ unsigned words; /* # of complete words in buffer */ unsigned bits; /* # of used bits in accum */ @@ -96,7 +95,7 @@ struct FLAC__BitWriter { static FLAC__bool bitwriter_grow_(FLAC__BitWriter *bw, unsigned bits_to_add) { unsigned new_capacity; - bwword *new_buffer; + uint32_t *new_buffer; FLAC__ASSERT(0 != bw); FLAC__ASSERT(0 != bw->buffer); @@ -118,7 +117,7 @@ static FLAC__bool bitwriter_grow_(FLAC__BitWriter *bw, unsigned bits_to_add) FLAC__ASSERT(new_capacity > bw->capacity); FLAC__ASSER...
2004 Sep 10
0
ERROR: mismatch in decoded data, verify FAILED!
...#0 0x400ba565 in memset () from /lib/libc.so.6 #1 0x805f782 in bitbuffer_resize_ (bb=0x4085c800, new_capacity=134479872) at bitbuffer.c:62 #2 0x805f8ec in bitbuffer_grow_ (bb=0x4085c800, min_bytes_to_add=33554433) at bitbuffer.c:86 #3 0x805f976 in bitbuffer_ensure_size_ (bb=0x4085c800, bits_to_add=268435453) at bitbuffer.c:94 #4 0x8060226 in FLAC__bitbuffer_write_zeroes (bb=0x4085c800, bits=268435453) at bitbuffer.c:254 #5 0x8061153 in FLAC__bitbuffer_write_rice_signed (bb=0x4085c800, val=-2147483630, parameter=4) at bitbuffer.c:658 #6 0x8056603 in subframe_add_residual_parti...
2004 Sep 10
5
ERROR: mismatch in decoded data, verify FAILED!
> > I also had this verify error encoding a wav I ripped from a CD. I > didn't > > report this as it happended on flac running on debian linux > -current unstable. > > This error happened only with one track of a CD I was ripping. > > > > Another reason for me not reporting this was, that flac 1.0 running > on OpenBSD > > 2.9 encoded the wav with