From 247fa6c27c4589d0f7a427c520d782edbb6de060 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 16 Aug 2013 15:35:00 +0200 Subject: avfilter: remove ff_copy_int*_list The functions are unused Signed-off-by: Michael Niedermayer --- libavfilter/internal.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libavfilter/internal.h') diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 90b4bf4..eede4f7 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -163,18 +163,6 @@ void ff_avfilter_default_free_buffer(AVFilterBuffer *buf); /** Tell is a format is contained in the provided list terminated by -1. */ int ff_fmt_is_in(int fmt, const int *fmts); -/** - * Return a copy of a list of integers terminated by -1, or NULL in - * case of copy failure. - */ -int *ff_copy_int_list(const int * const list); - -/** - * Return a copy of a list of 64-bit integers, or NULL in case of - * copy failure. - */ -int64_t *ff_copy_int64_list(const int64_t * const list); - /* Functions to parse audio format arguments */ /** -- cgit v1.1