lavfi: deprecate aconvert.

This filter is not required anymore with aformat. Drop it at next bump.
This commit is contained in:
Clément Bœsch
2013-04-11 18:23:18 +02:00
parent 71ef1ec7b4
commit 9ab221f8d8
8 changed files with 16 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ int avfilter_graph_create_filter(AVFilterContext **filt_ctx, AVFilter *filt,
* Enable or disable automatic format conversion inside the graph.
*
* Note that format conversion can still happen inside explicitly inserted
* scale and aconvert filters.
* scale and aresample filters.
*
* @param flags any of the AVFILTER_AUTO_CONVERT_* constants
*/