summaryrefslogtreecommitdiff
path: root/libavformat/cutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/cutils.c')
-rw-r--r--libavformat/cutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/cutils.c b/libavformat/cutils.c
index 06c941112f..32887c4bc4 100644
--- a/libavformat/cutils.c
+++ b/libavformat/cutils.c
@@ -21,7 +21,7 @@
#include "avformat.h"
/* add one element to a dynamic array */
-void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem)
+void ff_dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem)
{
int nb, nb_alloc;
unsigned long *tab;