[FFmpeg-soc] [soc]: r1478 - rv40/rv34.c

kostya subversion at mplayerhq.hu
Fri Nov 30 13:34:28 CET 2007


Author: kostya
Date: Fri Nov 30 13:34:27 2007
New Revision: 1478

Log:
Correct some grammar mistakes spotted by Diego

Modified:
   rv40/rv34.c

Modified: rv40/rv34.c
==============================================================================
--- rv40/rv34.c	(original)
+++ rv40/rv34.c	Fri Nov 30 13:34:27 2007
@@ -366,7 +366,7 @@ static inline int decode210(GetBitContex
 }
 
 /**
- * Decode staring slice position.
+ * Decode starting slice position.
  * @todo maybe replace with ff_h263_decode_mba() ?
  */
 int ff_rv34_get_start_offset(GetBitContext *gb, int mb_size)
@@ -452,10 +452,10 @@ static const uint8_t part_sizes_w[RV34_M
 static const uint8_t part_sizes_h[RV34_MB_TYPES] = { 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2 };
 
 /**
- * motion vectors prediction
+ * motion vector prediction
  *
  * Motion prediction performed for the block by using median prediction of
- * motion vector from the left, top and right top blocks but in corner cases
+ * motion vectors from the left, top and right top blocks but in corner cases
  * some other vectors may be used instead.
  */
 static void rv34_pred_mv(RV34DecContext *r, int block_type, int subblock_no)



More information about the FFmpeg-soc mailing list