summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r--libavformat/nut.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c
index d969bbc526..61c588c05a 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -69,9 +69,10 @@ void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts){
}
}
-static void enu_free(void *opaque, void *elem)
+static int enu_free(void *opaque, void *elem)
{
av_free(elem);
+ return 0;
}
void ff_nut_free_sp(NUTContext *nut)