[FFmpeg-cvslog] r19118 - trunk/libavcodec/g729dec.c
Diego Biurrun
diego
Fri Jun 5 21:15:43 CEST 2009
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?
Diego
More information about the ffmpeg-cvslog
mailing list