summaryrefslogtreecommitdiff
path: root/libavfilter/formats.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-30 13:59:30 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-12 21:38:59 +0200
commitd6251368772a170987387bdc508433c8fcf54cda (patch)
tree9930e4822f037661607d6fa01ae5ebf907c92069 /libavfilter/formats.h
parent4795362660a526a38a7a60f06826bce97a092b59 (diff)
lavfi: add channelsplit audio filter.
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index 8961cb1a65..c3e9522c89 100644
--- a/libavfilter/formats.h
+++ b/libavfilter/formats.h
@@ -160,6 +160,11 @@ int ff_add_format(AVFilterFormats **avff, int fmt);
AVFilterFormats *ff_all_formats(enum AVMediaType type);
/**
+ * Construct a formats list containing all planar sample formats.
+ */
+AVFilterFormats *ff_planar_sample_fmts(void);
+
+/**
* Return a format list which contains the intersection of the formats of
* a and b. Also, all the references of a, all the references of b, and
* a and b themselves will be deallocated.