[SCM] libav/experimental: kill warning patch by Carl Eugen Hoyos [cehoyos * ag or at]

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:05:01 UTC 2013


The following commit has been merged in the experimental branch:
commit af7d793c00666d57a9c2c5aa71ed3db5259d2089
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Wed Aug 8 07:04:23 2007 +0000

    kill warning
    patch by Carl Eugen Hoyos [cehoyos * ag or at]
    
    Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index c994a61..2765b12 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -270,7 +270,7 @@ static float *maybe_reformat_buffer32 (COOKContext *q, float *ptr, int n)
         return ptr;
 }
 
-static int init_cplscales_table (COOKContext *q) {
+static void init_cplscales_table (COOKContext *q) {
     int i;
     for (i=0;i<5;i++)
         q->cplscales[i] = maybe_reformat_buffer32 (q, cplscales[i], (1<<(i+2))-1);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list