瀏覽代碼

Better description for merge_ref().

Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer 18 年之前
父節點
當前提交
4c4de9ca49
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      libavfilter/formats.c

+ 3 - 1
libavfilter/formats.c

@@ -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;