diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-30 13:59:30 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-12 21:38:59 +0200 |
commit | d6251368772a170987387bdc508433c8fcf54cda (patch) | |
tree | 9930e4822f037661607d6fa01ae5ebf907c92069 /libavfilter/formats.h | |
parent | 4795362660a526a38a7a60f06826bce97a092b59 (diff) | |
download | ffmpeg-d6251368772a170987387bdc508433c8fcf54cda.tar.gz |
lavfi: add channelsplit audio filter.
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r-- | libavfilter/formats.h | 5 |
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. |