[FFmpeg-soc] [soc]: r1909 - in libavfilter: allfilters.h avfilter.c avfiltergraph.c

vitor subversion at mplayerhq.hu
Tue Feb 12 21:59:51 CET 2008


Author: vitor
Date: Tue Feb 12 21:59:51 2008
New Revision: 1909

Log:
Remove header now made useless

Removed:
   libavfilter/allfilters.h
Modified:
   libavfilter/avfilter.c
   libavfilter/avfiltergraph.c

Modified: libavfilter/avfilter.c
==============================================================================
--- libavfilter/avfilter.c	(original)
+++ libavfilter/avfilter.c	Tue Feb 12 21:59:51 2008
@@ -20,7 +20,6 @@
  */
 
 #include "avfilter.h"
-#include "allfilters.h"
 
 /** list of registered filters */
 struct FilterList

Modified: libavfilter/avfiltergraph.c
==============================================================================
--- libavfilter/avfiltergraph.c	(original)
+++ libavfilter/avfiltergraph.c	Tue Feb 12 21:59:51 2008
@@ -22,7 +22,10 @@
 #include "avfilter.h"
 #include "avfiltergraph.h"
 
-#include "allfilters.h"
+extern AVFilter avfilter_vf_scale;
+extern AVFilter avfilter_vf_graph;
+extern AVFilter avfilter_vf_graphfile;
+extern AVFilter avfilter_vf_graphdesc;
 
 typedef struct AVFilterGraph {
     unsigned filter_count;



More information about the FFmpeg-soc mailing list