summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-10-02 07:50:42 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-10-03 22:54:54 +0200
commit2761a7403b5e905c7f9f70b4887ddfdab598dbcd (patch)
tree5494d250f46888872e5f16074dc114e1868b6862 /libavfilter/internal.h
parent5de6c9018792f79665ce50be8ed8b2f8a9c087a7 (diff)
avfilter/avfilter: Make ff_tlog_ref() static
It allows compilers to inline the one and only call to this function in its caller or even to optimize it away completely (this function is empty in case TRACE is not defined). Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index e7c154aff0..116d5fcc96 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -230,8 +230,6 @@ void ff_command_queue_pop(AVFilterContext *filter);
char *ff_get_ref_perms_string(char *buf, size_t buf_size, int perms);
-void ff_tlog_ref(void *ctx, AVFrame *ref, int end);
-
void ff_tlog_link(void *ctx, AVFilterLink *link, int end);
/**