Displaying 4 results from an estimated 4 matches for "read_only_one_byte_into_buffer".
2009 Jun 01
0
Bug in bitreader for short reads?
..._StreamDecoder* flac,
FLAC__byte buffer[],
size_t* bytes,
void* client_data)
{
*bytes=1; /* <--- this was added to always return at most one
byte */
read_only_one_byte_into_buffer(buffer);
return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;
}
Any hints on how to get this fixed?
-- Gilles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20090601/415d8273/attachment.htm
2009 Jun 04
0
Bug in bitreader for short reads?
...FLAC__byte
>
> buffer[],
> size_t*
>
> bytes,
> void*
>
> client_data){ *bytes=1;
> /* <--- this was added to always return at most
> one byte */
> read_only_one_byte_into_buffer(buffer);
> return
> FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;}
>
> Any hints on how to get this fixed?
> -- Gilles
> -----Inline Attachment Follows-----
>
> _______________________________________________
> Flac-dev mailing list
> Flac-dev at xiph.org
> http:/...
2009 Jun 01
0
Bug in bitreader for short reads?
..._StreamDecoder* flac,
FLAC__byte buffer[],
size_t* bytes,
void* client_data)
{
*bytes=1; /* <--- this was added to always return at most one
byte */
read_only_one_byte_into_buffer(buffer);
return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;
}
Any hints on how to get this fixed?
-- Gilles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20090531/4dc50eba/attachment.htm
2009 Jun 04
0
Bug in bitreader for short reads?
...C__byte
>
> buffer[],
> size_t*
>
> bytes,
> void*
>
> client_data) { *bytes=1;
> /* <--- this was added to always return at most
> one byte */
> read_only_one_byte_into_buffer(buffer);
> return
> FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;
> }
>
> Any hints on how to get this fixed?
>
> -- Gilles
> -----Inline Attachment Follows-----