summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-11 18:23:18 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-11 22:13:45 +0200
commit9ab221f8d82da9e2cf1503cc5db115838d766d97 (patch)
treeb89af13934dd99ea11076d5dffc6b717c5599263 /libavfilter/avfiltergraph.h
parent71ef1ec7b482d7222717faae0a51f2fd4ef3bdf2 (diff)
lavfi: deprecate aconvert.
This filter is not required anymore with aformat. Drop it at next bump.
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 61110f99a1..2210bfe0fd 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -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
*/