[Ffmpeg-devel] [PATCH] Remove av prefix from av_realloc_static()

Måns Rullgård mans
Thu Feb 22 21:13:15 CET 2007


Panagiotis Issaris <takis at issaris.org> writes:

> Hi,
>
> The attached patch removes the av_ prefix from av_realloc_static().
>
> libavcodec/bitstream.c |    4 ++--
> libavcodec/utils.c     |    2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> With friendly regards,
> Takis
> diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
> index 1e71745..b2ac64c 100644
> --- a/libavcodec/bitstream.c
> +++ b/libavcodec/bitstream.c
> @@ -37,7 +37,7 @@
>   * @param[in] size The requested size.
>   * @return Block of memory of requested size.
>   */
> -void *av_realloc_static(void *ptr, unsigned int size);
> +void *realloc_static(void *ptr, unsigned int size);

All symbols with external linkage should have either ff_ or av_ prefix.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list