diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-30 20:53:59 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-30 22:56:11 +0200 |
commit | be73d76b34481686020e423ccabcca77042d0ede (patch) | |
tree | 14f8716e1025f8203304a845e65c8a98b2424b67 /libavcodec/get_bits.h | |
parent | d7537a6fce140876405a66f059f14e190527388d (diff) | |
download | ffmpeg-be73d76b34481686020e423ccabcca77042d0ede.tar.gz |
cosmetics: fix some then/than typos
Diffstat (limited to 'libavcodec/get_bits.h')
-rw-r--r-- | libavcodec/get_bits.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h index 4136498c71..b592b9a9a5 100644 --- a/libavcodec/get_bits.h +++ b/libavcodec/get_bits.h @@ -381,7 +381,7 @@ static inline int check_marker(GetBitContext *s, const char *msg) /** * init GetBitContext. - * @param buffer bitstream buffer, must be FF_INPUT_BUFFER_PADDING_SIZE bytes larger then the actual read bits + * @param buffer bitstream buffer, must be FF_INPUT_BUFFER_PADDING_SIZE bytes larger than the actual read bits * because some optimized bitstream readers read 32 or 64 bit at once and could read over the end * @param bit_size the size of the buffer in bits * @@ -504,7 +504,7 @@ void free_vlc(VLC *vlc); /** - * parses a vlc code, faster then get_vlc() + * parses a vlc code, faster than get_vlc() * @param bits is the number of bits which will be read at once, must be * identical to nb_bits in init_vlc() * @param max_depth is the number of times bits bits must be read to completely |