Browse code

get_bits: Fix spelling and grammar in GET_VLC() comment.

Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk

Alex Converse authored on 2010/02/18 06:20:43
Showing 1 changed files
... ...
@@ -551,9 +551,9 @@ void free_vlc(VLC *vlc);
551 551
 
552 552
 /**
553 553
  *
554
- * if the vlc code is invalid and max_depth=1 than no bits will be removed
555
- * if the vlc code is invalid and max_depth>1 than the number of bits removed
556
- * is undefined
554
+ * If the vlc code is invalid and max_depth=1, then no bits will be removed.
555
+ * If the vlc code is invalid and max_depth>1, then the number of bits removed
556
+ * is undefined.
557 557
  */
558 558
 #define GET_VLC(code, name, gb, table, bits, max_depth)\
559 559
 {\