diff rv40vlc2.h @ 5943:337a95c66190 libavcodec

spelling cosmetics
author diego
date Tue, 27 Nov 2007 15:38:54 +0000
parents 7b5731b088ed
children 266b2501216a
line wrap: on
line diff
--- a/rv40vlc2.h	Tue Nov 27 05:32:04 2007 +0000
+++ b/rv40vlc2.h	Tue Nov 27 15:38:54 2007 +0000
@@ -21,7 +21,7 @@
 
 /**
  * @file rv40vlc2.h
- * RV40 VLC tables used for macroblock information decoding.
+ * RV40 VLC tables used for macroblock information decoding
  */
 
 #ifndef FFMPEG_RV40VLC2_H
@@ -30,7 +30,7 @@
 #include <stdint.h>
 
 /**
- * Codes used for the first four block types
+ * codes used for the first four block types
  */
 //@{
 #define AIC_TOP_BITS  8
@@ -46,7 +46,7 @@
 //@}
 
 /**
- * Codes used for determining pair of block types
+ * codes used for determining a pair of block types
  */
 //@{
 #define AIC_MODE2_NUM  20
@@ -634,7 +634,7 @@
 
 #define PBTYPE_ESCAPE 0xFF
 
-/** Tables used for P-frame macroblock type decoding */
+/** tables used for P-frame macroblock type decoding */
 //@{
 #define NUM_PTYPE_VLCS 7
 #define PTYPE_VLC_SIZE 8
@@ -670,7 +670,7 @@
 };
 //@}
 
-/** Tables used for P-frame macroblock type decoding */
+/** tables used for P-frame macroblock type decoding */
 //@{
 #define NUM_BTYPE_VLCS 6
 #define BTYPE_VLC_SIZE 7