Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-21 04:46:33 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-21 14:00:52 +0300
commit55c35d84eb2bd6a50c24b1904a3e6c01b83804cc (patch)
tree9c50305dd08763f5bf117a4132b7f1877b10bfa1 /libavfilter
parentb2732115ddbe306bc1040227a859b6ce2f7663b3 (diff)
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>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 0128820be0..36969c442e 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -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