diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-06-13 21:34:40 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-06-14 15:09:33 +0200 |
commit | ed0b1db640110cccdbf0db1d882fb952cf3a130d (patch) | |
tree | 7261f6bed3b31313dfd8e2dc95b69ef2a52ce905 /libavcodec/bitstream.c | |
parent | ad072a134fc02a1387107710acbdf29d21c8abc5 (diff) | |
download | ffmpeg-ed0b1db640110cccdbf0db1d882fb952cf3a130d.tar.gz |
doc: fix spelling errors
Neccessary -> Necessary
formated -> formatted
thee -> the
eventhough -> even though
seperately -> separately
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/bitstream.c')
-rw-r--r-- | libavcodec/bitstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 20eae6b1bf..00742349f2 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. |