summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-16 15:35:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-16 16:07:29 +0200
commit247fa6c27c4589d0f7a427c520d782edbb6de060 (patch)
tree2150c56746e7e3952171ca3e7c9022bc5fda27e8 /libavfilter/internal.h
parentc62801270f3ec32f97966b0593c9919a95394db1 (diff)
avfilter: remove ff_copy_int*_list
The functions are unused Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 90b4bf4c21..eede4f71ae 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 */
/**