[FFmpeg-cvslog] r21868 - trunk/libavcodec/get_bits.h

alexc subversion
Wed Feb 17 22:20:44 CET 2010


Author: alexc
Date: Wed Feb 17 22:20:43 2010
New Revision: 21868

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

Modified:
   trunk/libavcodec/get_bits.h

Modified: trunk/libavcodec/get_bits.h
==============================================================================
--- trunk/libavcodec/get_bits.h	Wed Feb 17 22:04:56 2010	(r21867)
+++ trunk/libavcodec/get_bits.h	Wed Feb 17 22:20:43 2010	(r21868)
@@ -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)\
 {\



More information about the ffmpeg-cvslog mailing list