[FFmpeg-cvslog] r13431 - trunk/libavcodec/ra144.c

Diego Biurrun diego
Tue May 27 12:51:50 CEST 2008


On Tue, May 27, 2008 at 06:30:45AM -0400, The Wanderer wrote:
> Benoit Fouet wrote:
> 
> > vitor wrote:
> >>
> >> --- trunk/libavcodec/ra144.c	(original)
> >> +++ trunk/libavcodec/ra144.c	Mon May 26 19:10:00 2008
> >> @@ -41,7 +41,7 @@ typedef struct {
> >>  
> >>      unsigned int buffer[5];
> >> -    uint16_t buffer_2[148];
> >> +    uint16_t adapt_cb[148];  //< Adaptative codebook
> >>   
> > 
> > IIRC, for doxygen, it is ///<, not //<
> 
> And as long as we're at it, the word is "adaptive".

Fixed.

Diego




More information about the ffmpeg-cvslog mailing list