avfilter/internal: Remove declaration of inexistent function

ff_get_ref_perms_string() has been removed in
7e350379f87e7f74420b4813170fe808e2313911.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-09-21 03:46:33 +02:00
parent b2732115dd
commit 55c35d84eb

View File

@ -266,8 +266,6 @@ void ff_command_queue_pop(AVFilterContext *filter);
#define FF_TPRINTF_START(ctx, func) ff_tlog(NULL, "%-16s: ", #func)
char *ff_get_ref_perms_string(char *buf, size_t buf_size, int perms);
#ifdef TRACE
void ff_tlog_link(void *ctx, AVFilterLink *link, int end);
#else