Commit d2b1c6c9 authored by banan's avatar banan

Set the type of size in COOKSubpacket to unsigned

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18691 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7fb64274
...@@ -72,7 +72,7 @@ typedef struct { ...@@ -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;
......
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