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:
parent
75801da580
commit
fcc01e646b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user