mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 05:46:57 +00: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