Commit 4c4de9ca authored by Michael Niedermayer's avatar Michael Niedermayer

Better description for merge_ref().

Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 09b63a42
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment