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>
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user