[FFmpeg-cvslog] r12174 - trunk/libavfilter/avfilter.h

michael subversion
Thu Feb 21 23:19:51 CET 2008


Author: michael
Date: Thu Feb 21 23:19:51 2008
New Revision: 12174

Log:
Better description (merge is too vague IMHO).


Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	(original)
+++ trunk/libavfilter/avfilter.h	Thu Feb 21 23:19:51 2008
@@ -168,9 +168,9 @@ AVFilterFormats *avfilter_make_format_li
 AVFilterFormats *avfilter_all_colorspaces(void);
 
 /**
- * If a and b share at least one common format, they are merged into a new
- * format list which is returned.  All the references to a and b are updated
- * to point to this new list, and a and b are deallocated.
+ * 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.
  *
  * 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