[FFmpeg-cvslog] r18691 - trunk/libavcodec/cook.c

banan subversion
Sat Apr 25 20:43:31 CEST 2009


Author: banan
Date: Sat Apr 25 20:43:30 2009
New Revision: 18691

Log:
Set the type of size in COOKSubpacket to unsigned

Modified:
   trunk/libavcodec/cook.c

Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c	Sat Apr 25 20:29:31 2009	(r18690)
+++ trunk/libavcodec/cook.c	Sat Apr 25 20:43:30 2009	(r18691)
@@ -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;



More information about the ffmpeg-cvslog mailing list