comparison ivi_common.h @ 11308:06e2ff1295bd libavcodec

Make it clear that ff_ivi_init_static_vlc() does not need arguments
author kostya
date Sat, 27 Feb 2010 12:12:56 +0000
parents b75449aaea3e
children d617766bf19b
comparison
equal deleted inserted replaced
11307:eefbe8dadcd2 11308:06e2ff1295bd
203 int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag); 203 int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag);
204 204
205 /** 205 /**
206 * Initializes static codes used for macroblock and block decoding. 206 * Initializes static codes used for macroblock and block decoding.
207 */ 207 */
208 void ff_ivi_init_static_vlc(); 208 void ff_ivi_init_static_vlc(void);
209 209
210 /** 210 /**
211 * Decodes a huffman codebook descriptor from the bitstream. 211 * Decodes a huffman codebook descriptor from the bitstream.
212 * 212 *
213 * @param gb [in,out] the GetBit context 213 * @param gb [in,out] the GetBit context