Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 863945a38f..911cdd6226 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -489,9 +489,6 @@ void avfilter_end_frame(AVFilterLink *link);
void avfilter_draw_slice(AVFilterLink *link, int y, int h);
/** Initialize the filter system. Registers all builtin filters */
-void avfilter_init(void);
-
-/** Initialize the filter system. Registers all builtin filters */
void avfilter_register_all(void);
/** Uninitialize the filter system. Unregisters all filters */