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

Diego Biurrun diego at biurrun.de
Fri Nov 30 12:39:01 CET 2007


On Fri, Nov 30, 2007 at 06:56:22AM +0100, kostya wrote:
> 
> Log:
> grammar
> 
> --- rv40/rv34.c	(original)
> +++ rv40/rv34.c	Fri Nov 30 06:56:21 2007
> @@ -366,7 +366,7 @@ static inline int decode210(GetBitContex
>  /**
> - * Decode staring slice position
> + * Decode staring slice position.

starTing

>  /**
> - * Motion vectors prediction
> + * 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 corener cases
> - * some other vectors may be used instead
> + * motion vector from the left, top and right top blocks but in corner cases
> + * some other vectors may be used instead.

motion vectorS from the left, top and right top blocks

> @@ -684,7 +684,7 @@ static void rv34_pred_mv_b(RV34DecContex
>  /**
> - * Generic motion compensation function - hopefully compiler will optimize it for each case
> + * Generic motion compensation function - hopefully compiler will optimize it for each case.

the compiler, and the line is looong

>  /**
> - * Initialize decoder
> - * @todo Maybe redone in some other way
> + * Initialize decoder.
> + * @todo Maybe redone in some other way.

"Maybe redo in some other way." or "Maybe write differently."

Diego



More information about the FFmpeg-soc mailing list