From 1961e46c15c23a041f8d8614a25388a3ee9eff63 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_FILTERS_PUBLIC cruft --- libavfilter/formats.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/formats.h') diff --git a/libavfilter/formats.h b/libavfilter/formats.h index c3e9522c89..4f95c16262 100644 --- a/libavfilter/formats.h +++ b/libavfilter/formats.h @@ -61,7 +61,6 @@ * get updated as well. Therefore, we have the format list structure store a * pointer to each of the pointers to itself. */ -#if !FF_API_FILTERS_PUBLIC struct AVFilterFormats { unsigned format_count; ///< number of formats int *formats; ///< list of media formats @@ -69,7 +68,6 @@ struct AVFilterFormats { unsigned refcount; ///< number of references to this list struct AVFilterFormats ***refs; ///< references to this list }; -#endif typedef struct AVFilterChannelLayouts { uint64_t *channel_layouts; ///< list of channel layouts -- cgit v1.2.3