OSDN Git Service

get_bits: Fix spelling and grammar in GET_VLC() comment.
authorAlex Converse <alex.converse@gmail.com>
Wed, 17 Feb 2010 21:20:43 +0000 (21:20 +0000)
committerAlex Converse <alex.converse@gmail.com>
Wed, 17 Feb 2010 21:20:43 +0000 (21:20 +0000)
Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/get_bits.h

index a660f2f..7da9548 100644 (file)
@@ -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)\
 {\