[FFmpeg-devel] [PATCH] Move the definition of av_strdup to libavutil/string.c

Stefano Sabatini stefano.sabatini-lala
Fri Sep 7 09:09:12 CEST 2007


Suggested log: move the definition of av_strdup from libavutil/mem.c
to libavutil/string.c.

av_strdup is a function which works with strings, so it should be
defined afterall between the other string functions.

The patch also updates the files which use av_strdup and don't
declare the inclusion of avstring.h (it wasn't necessary before since
the interface of av_strdup was already declared in libavutil/mem.h).

Cheers.
-- 
Stefano Sabatini
Linux user number 337176 (see http://counter.li.org)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: move-av-strdup-to-string-c-00.patch
Type: text/x-diff
Size: 3636 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070907/3e717ff7/attachment.patch>



More information about the ffmpeg-devel mailing list