X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fbitstream.c;h=00742349f290f51999dba4199b842711cd4d4423;hb=e0dac40306928bf544a34f4054504654e8f374d0;hp=20eae6b1bf18b960279af1126daf710d61188a6d;hpb=589d39c768f74d97ff5be9cedbaaac00aa240c6d;p=ffmpeg diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 20eae6b1bf1..00742349f29 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -247,7 +247,7 @@ static int build_table(VLC *vlc, int table_nb_bits, int nb_codes, /* Build VLC decoding tables suitable for use with get_vlc(). - 'nb_bits' set thee decoding table size (2^nb_bits) entries. The + 'nb_bits' set the decoding table size (2^nb_bits) entries. The bigger it is, the faster is the decoding. But it should not be too big to save memory and L1 cache. '9' is a good compromise.