[SCM] libav/experimental: Set the type of size in COOKSubpacket to unsigned

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:00 UTC 2013


The following commit has been merged in the experimental branch:
commit fcc01e646b9e4a752c8cbfd10838229bf27c155c
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Sat Apr 25 18:43:30 2009 +0000

    Set the type of size in COOKSubpacket to unsigned
    
    Originally committed as revision 18691 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index 99d1bdb..df85c7d 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list