From d6251368772a170987387bdc508433c8fcf54cda Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 30 May 2012 13:59:30 +0200 Subject: lavfi: add channelsplit audio filter. --- libavfilter/formats.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavfilter/formats.h') diff --git a/libavfilter/formats.h b/libavfilter/formats.h index 8961cb1a65..c3e9522c89 100644 --- a/libavfilter/formats.h +++ b/libavfilter/formats.h @@ -159,6 +159,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 -- cgit v1.2.3