From 0b45334a5880d6e2a4b3642adcd5feab8a27a150 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 7 May 2012 11:21:38 +0200 Subject: lavfi: move audio-related functions to a separate file. This is easier to follow than having them randomly scattered in avfilter.c and defaults.c. --- libavfilter/internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavfilter/internal.h') diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 0630e9b..a5b3f78 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -55,4 +55,8 @@ void ff_avfilter_default_free_buffer(AVFilterBuffer *buf); /** Tell is a format is contained in the provided list terminated by -1. */ int ff_fmt_is_in(int fmt, const int *fmts); +#define FF_DPRINTF_START(ctx, func) av_dlog(NULL, "%-16s: ", #func) + +void ff_dlog_link(void *ctx, AVFilterLink *link, int end); + #endif /* AVFILTER_INTERNAL_H */ -- cgit v1.1