[FFmpeg-soc] [soc]: r2657 - mlp/mlpdec.c

Diego Biurrun diego at biurrun.de
Thu Jul 3 00:09:19 CEST 2008


On Thu, Jul 03, 2008 at 12:02:08AM +0200, ramiro wrote:
> 
> Log:
> Nits.

Thanks.

> --- mlp/mlpdec.c	(original)
> +++ mlp/mlpdec.c	Thu Jul  3 00:02:07 2008
> @@ -188,10 +188,9 @@ typedef struct MLPDecodeContext {
>  
>  /** Tables defining the huffman codes.
> - *  There are three entropy coding methods used in MLP (four if you count "none"
> - *  as a method). These use the same sequences for codes starting 00... or 01...
> - *  but have different codes starting 1....
> - */
> + *  There are three entropy coding methods used in MLP (four if you count
> + *  "none" as a method). These use the same sequences for codes starting with
> + *  00 or 01, but have different codes starting 1. */

This is still not correct.  It has to be "starting with 1" or "starting
at 1", depending on what you are trying to say.  It's not clear to me
which of the two things you mean.  Are you aware of the difference?

Diego



More information about the FFmpeg-soc mailing list