summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-06-17 12:36:52 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-26 13:14:59 +0200
commit8d900aa4d0061967678c28d74659f918b0dbcad9 (patch)
tree432ee7795830fd8745ddca965c7fb07f2b5e4c4d /libavfilter/avfiltergraph.h
parenta5e8c41c28f907d98d2a739db08f7aef4cbfcf3a (diff)
lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 0d600b91ce..7c4672dbc9 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -26,9 +26,7 @@
#include "libavutil/log.h"
typedef struct AVFilterGraph {
-#if FF_API_GRAPH_AVCLASS
const AVClass *av_class;
-#endif
unsigned filter_count;
AVFilterContext **filters;