[SCM] libav/experimental: Split filter graphs out into their own source & header files.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:14:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 443e73f08f66bc4484c8757f6cfd6de02b0f558f
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Fri Feb 15 22:13:02 2008 +0000

    Split filter graphs out into their own source & header files.
    
    Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21
    
    Originally committed as revision 12086 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 1f1045d..675da11 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -225,24 +225,4 @@ void avfilter_destroy(AVFilterContext *filter);
 
 int *avfilter_make_format_list(int len, ...);
 
-typedef struct AVFilterGraph AVFilterGraph;
-
-/**
- * Create a new filter graph
- */
-AVFilterGraph *avfilter_create_graph(void);
-
-/**
- * Destroy a filter graph, and any filters in it.
- * @param graph The filter graph to destroy
- */
-void avfilter_destroy_graph(AVFilterGraph *graph);
-
-/**
- * Add an existing filter instance to a filter graph.
- * @param graph  The filter graph
- * @param filter The filter to be added
- */
-void avfilter_graph_add_filter(AVFilterGraph *graph, AVFilterContext *filter);
-
 #endif  /* FFMPEG_AVFILTER_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list