Commit 7ca2a23a authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sparse()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 8f1d18a9
......@@ -266,7 +266,7 @@ static int build_table(VLC *vlc, int table_nb_bits, int nb_codes,
'bits' or 'codes' tables.
'xxx_size' : gives the number of bytes of each entry of the 'bits'
or 'codes' tables.
or 'codes' tables. Currently 1,2 and 4 are supported.
'wrap' and 'size' make it possible to use any memory configuration and types
(byte/word/long) to store the 'bits', 'codes', and 'symbols' tables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment