changeset 9563:4a842879c63a libavcodec

Set the type of size in COOKSubpacket to unsigned
author banan
date Sat, 25 Apr 2009 18:43:30 +0000
parents 9ee33a9bf944
children 2bc00c8d1311
files cook.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;