diff cook.c @ 9563:4a842879c63a libavcodec

Set the type of size in COOKSubpacket to unsigned
author banan
date Sat, 25 Apr 2009 18:43:30 +0000
parents 20c79ce2cd5e
children 2bc00c8d1311
line wrap: on
line diff
--- a/cook.c	Sat Apr 25 18:29:31 2009 +0000
+++ b/cook.c	Sat Apr 25 18:43:30 2009 +0000
@@ -72,7 +72,7 @@
 
 typedef struct {
     int                 ch_idx;
-    int                 size;
+    unsigned int        size;
     int                 num_channels;
     int                 cookversion;
     int                 samples_per_frame;