mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
lavfi: add channelsplit audio filter.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user