summaryrefslogtreecommitdiff
path: root/libavfilter/formats.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:20:19 +0200
commit1961e46c15c23a041f8d8614a25388a3ee9eff63 (patch)
treeae784b402eff342203a9d70ad4dafa224fb85d2c /libavfilter/formats.h
parent5e88b96f37d7eb7d435b6334d99aa067da8a0cb5 (diff)
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h2
1 files changed, 0 insertions, 2 deletions
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