[FFmpeg-cvslog] r19118 - trunk/libavcodec/g729dec.c

Vladimir Voroshilov voroshil
Sat Jun 6 07:38:39 CEST 2009


2009/6/6 Diego Biurrun <diego at biurrun.de>:
> On Fri, Jun 05, 2009 at 07:11:46PM +0200, voroshil wrote:
>>
>> Log:
>> Remove ff_g729_ and g729_ prefixes from static routines.
>>
>> --- trunk/libavcodec/g729dec.c ? ? ? ?Fri Jun ?5 14:32:40 2009 ? ? ? ?(r19117)
>> +++ trunk/libavcodec/g729dec.c ? ? ? ?Fri Jun ?5 19:11:46 2009 ? ? ? ?(r19118)
>> @@ -85,7 +85,7 @@ typedef struct
>> ?/**
>> ? * \brief pseudo random number generator
>> ? */
>> -static inline uint16_t g729_random(uint16_t value)
>> +static inline uint16_t random(uint16_t value)
>
> This is not a good name, random() is a standard function. ?Maybe
> g729_prng?
>

10l for me. fixed.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719



More information about the ffmpeg-cvslog mailing list