Commit 476720c7 authored by michael's avatar michael

Make bitstream_* fields unsigned.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14280 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b0f8376b
......@@ -68,8 +68,8 @@ typedef struct FLACContext {
int32_t *decoded[MAX_CHANNELS];
uint8_t *bitstream;
int bitstream_size;
int bitstream_index;
unsigned int bitstream_size;
unsigned int bitstream_index;
unsigned int allocated_bitstream_size;
} FLACContext;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment