summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-13 00:21:28 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-13 00:21:28 +0000
commit4fcbb2af330943468513362b34b345f84666409d (patch)
treeccc34a5f9b7be0ee5fda2cacb90537d7d448d3d5 /doc/APIchanges
parentbbf07bf9b8305f75eada100b766b8bd8237cc9c2 (diff)
downloadffmpeg-streaming-4fcbb2af330943468513362b34b345f84666409d.zip
ffmpeg-streaming-4fcbb2af330943468513362b34b345f84666409d.tar.gz
Prefix with "ff_" the functions:
ff_avfilter_graph_check_validity() ff_avfilter_graph_config_links() ff_avfilter_graph_config_formats() and move their declaration to internal.h. These functions are never used in application code, so it is better to consider them internal functions, this can be changed later if necessary. Simplify API. Originally committed as revision 25737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1d86245580..730d5a6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,14 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-11-13 - r25737 - lavfi 1.61.0 - avfiltergraph.h
+ Remove declarations from avfiltergraph.h for the functions:
+ avfilter_graph_check_validity()
+ avfilter_graph_config_links()
+ avfilter_graph_config_formats()
+ which are now internal.
+ Use avfilter_graph_config() instead.
+
2010-11-08 - r25708 - lavu 50.33.0 - eval.h
Deprecate functions:
av_parse_and_eval_expr(),
OpenPOWER on IntegriCloud