1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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:
Benjamin Larsson 2009-04-25 18:43:30 +00:00
parent 75801da580
commit fcc01e646b

View File

@ -72,7 +72,7 @@ typedef struct {
typedef struct {
int ch_idx;
int size;
unsigned int size;
int num_channels;
int cookversion;
int samples_per_frame;