lavfi: add channelsplit audio filter.

This commit is contained in:
Anton Khirnov
2012-05-30 13:59:30 +02:00
parent 4795362660
commit d625136877
8 changed files with 192 additions and 1 deletions

View File

@ -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