[SCM] libav/experimental: Make it clear that ff_ivi_init_static_vlc() does not need arguments

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:01:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 4982a77e56bba5c21964cf55a55c40525cd0f399
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sat Feb 27 12:12:56 2010 +0000

    Make it clear that ff_ivi_init_static_vlc() does not need arguments
    
    Originally committed as revision 22091 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c
index 2606a92..0a58a68 100644
--- a/libavcodec/ivi_common.c
+++ b/libavcodec/ivi_common.c
@@ -89,7 +89,7 @@ int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag)
                     (flag ? INIT_VLC_USE_NEW_STATIC : 0) | INIT_VLC_LE);
 }
 
-void ff_ivi_init_static_vlc()
+void ff_ivi_init_static_vlc(void)
 {
     int i;
     static VLC_TYPE table_data[8192 * 16][2];
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h
index 5450e01..95ab506 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -205,7 +205,7 @@ int  ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag);
 /**
  * Initializes static codes used for macroblock and block decoding.
  */
-void ff_ivi_init_static_vlc();
+void ff_ivi_init_static_vlc(void);
 
 /**
  *  Decodes a huffman codebook descriptor from the bitstream.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list