From 775f1d61966fb2c5300c9c08fa931980430ed0da Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 24 May 2010 23:40:48 +0300 Subject: Add the perl equivalent for av_make. Signed-off-by: David Golden --- av.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/av.c b/av.c index de57aac38d..219870c1a9 100644 --- a/av.c +++ b/av.c @@ -379,6 +379,8 @@ Creates a new AV and populates it with a list of SVs. The SVs are copied into the array, so they may be freed after the call to av_make. The new AV will have a reference count of 1. +Perl equivalent: C + =cut */ -- cgit v1.2.1