summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-02-17 21:20:43 +0000
committerAlex Converse <alex.converse@gmail.com>2010-02-17 21:20:43 +0000
commitfd10543ef26663ca0d0d67a011041c013b31b244 (patch)
tree8dd45e74ecb0c2c1160c110056f25066985b5874 /libavcodec/get_bits.h
parent1e2245c29bf077f2d1d931331a69c4033b71ad0b (diff)
get_bits: Fix spelling and grammar in GET_VLC() comment.
Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/get_bits.h')
-rw-r--r--libavcodec/get_bits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index a660f2f136..7da9548431 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -551,9 +551,9 @@ void free_vlc(VLC *vlc);
/**
*
- * if the vlc code is invalid and max_depth=1 than no bits will be removed
- * if the vlc code is invalid and max_depth>1 than the number of bits removed
- * is undefined
+ * If the vlc code is invalid and max_depth=1, then no bits will be removed.
+ * If the vlc code is invalid and max_depth>1, then the number of bits removed
+ * is undefined.
*/
#define GET_VLC(code, name, gb, table, bits, max_depth)\
{\