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

Ramiro Polla ramiro at lisha.ufsc.br
Thu Jul 3 02:46:11 CEST 2008


Diego Biurrun wrote:
>> --- 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.

Oops. Changed to "with 1".

> It's not clear to me
> which of the two things you mean.  Are you aware of the difference?

I don't understand what "starting at 1" could mean.

Ramiro Polla



More information about the FFmpeg-soc mailing list