summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-07 14:09:20 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-07 14:09:20 +0000
commite42dba481f6e552539ed8ce1a164024f68667943 (patch)
tree1bd9fca6580e24eb697a145eab31d487a7645ba9 /libavcodec/bitstream.h
parent911406f2c476c8e8fcd0fdf997f071f925cd4a32 (diff)
typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r--libavcodec/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 18842702c2..e584774e9a 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -873,7 +873,7 @@ void free_vlc(VLC *vlc);
* parses a vlc code, faster then 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 readed to completly
+ * @param max_depth is the number of times bits bits must be read to completely
* read the longest vlc code
* = (max_vlc_length + bits - 1) / bits
*/