changeset 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 4f3503b0dc07
children 00854e4457f2
files get_bits.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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)\
 {\