X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Finternal.h;h=eede4f71ae9c96aed3958f5e38515464fca8abd6;hb=58e12732dbab77fe06b861dcbdc712c5fa065bbd;hp=90b4bf4c2184a76d1344798f2bc85a6a70d589f4;hpb=78242e431028de946cdd5c17dfbf95b0f187e507;p=ffmpeg diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 90b4bf4c218..eede4f71ae9 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 */ /**