diff mbox series

[FFmpeg-devel,1/2] avfilter/internal: Remove declaration of inexistent function

Message ID GV1P250MB0737C8EDABCCBA4D7077B9DB8F4F9@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 55c35d84eb2bd6a50c24b1904a3e6c01b83804cc
Headers show
Series [FFmpeg-devel,1/2] avfilter/internal: Remove declaration of inexistent function | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Sept. 21, 2022, 1:59 a.m. UTC
ff_get_ref_perms_string() has been removed in
7e350379f87e7f74420b4813170fe808e2313911.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavfilter/internal.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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