From 8d900aa4d0061967678c28d74659f918b0dbcad9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 17 Jun 2012 12:36:52 +0200 Subject: lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft --- libavfilter/avfiltergraph.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/avfiltergraph.c') diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index 95e0a219af..b9f01645d0 100644 --- a/libavfilter/avfiltergraph.c +++ b/libavfilter/avfiltergraph.c @@ -42,9 +42,7 @@ AVFilterGraph *avfilter_graph_alloc(void) AVFilterGraph *ret = av_mallocz(sizeof(AVFilterGraph)); if (!ret) return NULL; -#if FF_API_GRAPH_AVCLASS ret->av_class = &filtergraph_class; -#endif return ret; } -- cgit v1.2.3