[FFmpeg-cvslog] r13431 - trunk/libavcodec/ra144.c
The Wanderer
inverseparadox
Tue May 27 12:30:45 CEST 2008
Benoit Fouet wrote:
> vitor wrote:
>> Author: vitor
>> Date: Mon May 26 19:10:00 2008
>> New Revision: 13431
>>
>> Log:
>> Rename var: buffer_2 is an adaptive codebook
>>
>> Modified:
>> trunk/libavcodec/ra144.c
>>
>> Modified: trunk/libavcodec/ra144.c
>> ==============================================================================
>> --- trunk/libavcodec/ra144.c (original)
>> +++ trunk/libavcodec/ra144.c Mon May 26 19:10:00 2008
>> @@ -41,7 +41,7 @@ typedef struct {
>> unsigned int *swapbuf2alt;
>>
>> 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".
--
The Wanderer
Warning: Simply because I argue an issue does not mean I agree with any
side of it.
Secrecy is the beginning of tyranny.
More information about the ffmpeg-cvslog
mailing list