mirror of https://git.ffmpeg.org/ffmpeg.git
Better description for merge_ref().
Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
09b63a42a5
commit
4c4de9ca49
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue