OSDN Git Service

Set the type of size in COOKSubpacket to unsigned
authorBenjamin Larsson <banan@ludd.ltu.se>
Sat, 25 Apr 2009 18:43:30 +0000 (18:43 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Sat, 25 Apr 2009 18:43:30 +0000 (18:43 +0000)
Originally committed as revision 18691 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/cook.c

index 99d1bdb..df85c7d 100644 (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;