From 7ca2a23aaad74ac2c5e54359628013700791f104 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 5 Jan 2017 11:57:17 +0100 Subject: [PATCH] avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sparse() Signed-off-by: Michael Niedermayer --- libavcodec/bitstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 8deaa4abb8..6c8dca1d85 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -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. -- 2.11.0