diff get_bits.h @ 11197:87bcae769ee7 libavcodec

get_bits: Fix spelling and grammar in GET_VLC() comment.
author alexc
date Wed, 17 Feb 2010 21:20:43 +0000
parents 9bd48e510bef
children cd8a77473dd1
line wrap: on
line diff
--- a/get_bits.h	Wed Feb 17 21:04:56 2010 +0000
+++ b/get_bits.h	Wed Feb 17 21:20:43 2010 +0000
@@ -551,9 +551,9 @@
 
 /**
  *
- * 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)\
 {\