From 39981f5354ecce0b0795b3b820788048c1fbaaa1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 28 Aug 2008 21:37:01 +0000 Subject: Reword a sentence in a doxy making its interpretation clearer. Originally committed as revision 15008 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index df79392394..f50687029c 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -184,8 +184,8 @@ AVFilterFormats *avfilter_all_colorspaces(void); /** * Returns a format list which contains the intersection of the formats of - * a and b. And all the references of a and b, and a and b will be - * deallocated. + * a and b. Also, all the references of a, all the references of b, and + * a and b themselves will be deallocated. * * If a and b do not share any common formats, neither is modified, and NULL * is returned. -- cgit v1.2.3