Commit fcc01e64 authored by Benjamin Larsson's avatar Benjamin Larsson

Set the type of size in COOKSubpacket to unsigned

Originally committed as revision 18691 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 75801da5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment