Set the type of size in COOKSubpacket to unsigned
Originally committed as revision 18691 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
75801da580
commit
fcc01e646b
@ -72,7 +72,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int ch_idx;
|
int ch_idx;
|
||||||
int size;
|
unsigned int size;
|
||||||
int num_channels;
|
int num_channels;
|
||||||
int cookversion;
|
int cookversion;
|
||||||
int samples_per_frame;
|
int samples_per_frame;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user