[FFmpeg-cvslog] r15008 - trunk/libavfilter/avfilter.h
stefano
subversion
Thu Aug 28 23:37:01 CEST 2008
Author: stefano
Date: Thu Aug 28 23:37:01 2008
New Revision: 15008
Log:
Reword a sentence in a doxy making its interpretation clearer.
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h (original)
+++ trunk/libavfilter/avfilter.h Thu Aug 28 23:37:01 2008
@@ -184,8 +184,8 @@ AVFilterFormats *avfilter_all_colorspace
/**
* 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.
More information about the ffmpeg-cvslog
mailing list