mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Make bitstream_* fields unsigned.
Originally committed as revision 14280 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cfcd396bae
commit
1e77df15dd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user