[FFmpeg-cvslog] r12173 - trunk/libavfilter/formats.c

michael subversion
Thu Feb 21 23:10:11 CET 2008


Author: michael
Date: Thu Feb 21 23:10:11 2008
New Revision: 12173

Log:
Better description for merge_ref().


Modified:
   trunk/libavfilter/formats.c

Modified: trunk/libavfilter/formats.c
==============================================================================
--- trunk/libavfilter/formats.c	(original)
+++ trunk/libavfilter/formats.c	Thu Feb 21 23:10:11 2008
@@ -21,7 +21,9 @@
 
 #include "avfilter.h"
 
-/** merge and update all the references */
+/**
+ * Add all refs from a to ret and destroy a.
+ */
 static void merge_ref(AVFilterFormats *ret, AVFilterFormats *a)
 {
     int i;




More information about the ffmpeg-cvslog mailing list