diff --git a/libavfilter/formats.c b/libavfilter/formats.c index cc7924326f..33fec163a5 100644 --- a/libavfilter/formats.c +++ b/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;