summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 00:29:34 +0000
committerMans Rullgard <mans@mansr.com>2011-01-26 15:33:12 +0000
commiteb7ccf8f3369f9e15029ce65370a114206b39fd5 (patch)
treece2f901d40d76cb74e52e4a66cc566d3bb4e712f /libavfilter/internal.h
parent7767d8d361ca104d74c8390b72db21aa4d7fc322 (diff)
Make the avfilter debug functions and macros static to avfilter.c
This removes ff_get_ref_perms_string, ff_dprintf_ref and ff_dprintf_link fro the interface of libavfilter. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 8f352ef775..188da87099 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -27,14 +27,6 @@
#include "avfilter.h"
#include "avfiltergraph.h"
-void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end);
-
-char *ff_get_ref_perms_string(char *buf, size_t buf_size, int perms);
-
-void ff_dprintf_link(void *ctx, AVFilterLink *link, int end);
-
-#define FF_DPRINTF_START(ctx, func) dprintf(NULL, "%-16s: ", #func)
-
/**
* Check for the validity of graph.
*