[FFmpeg-soc] [soc]: r2657 - mlp/mlpdec.c
Diego Biurrun
diego at biurrun.de
Fri Jul 4 15:41:27 CEST 2008
On Thu, Jul 03, 2008 at 01:46:11AM +0100, Ramiro Polla wrote:
> 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. 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.
The series
7 8 9 0
starts at 7, the word "start" starts with "st". Does that help?
Diego
More information about the FFmpeg-soc
mailing list