mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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
This commit is contained in:
parent
185a885bad
commit
4982a77e56
@ -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];
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user