summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-04 20:37:52 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-04 20:37:52 +0000
commit146b6555449bc055cc2500b885119143ffd9f440 (patch)
tree49c8953d397f9d50f6e41d27d733aa0fc559620a /doc/APIchanges
parent97dd1e4a8797295c1537de3e996a8af0f1adafc9 (diff)
Fix off-by-one error in APIchanges file.
Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a60df993ca..2587090f46 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,11 +13,11 @@ libavutil: 2009-03-08
API changes, most recent first:
-2010-11-04 - r25673 - lavfi 1.56.0 - avfilter_graph_free()
+2010-11-04 - r25674 - lavfi 1.56.0 - avfilter_graph_free()
Rename avfilter_graph_destroy() to avfilter_graph_free().
This change breaks libavfilter API/ABI.
-2010-11-04 - r25672 - lavfi 1.55.0 - avfilter_graph_alloc()
+2010-11-04 - r25673 - lavfi 1.55.0 - avfilter_graph_alloc()
Add avfilter_graph_alloc() to libavfilter/avfiltergraph.h.
2010-11-02 - r25654 - lavcore 0.12.0 - av_get_bits_per_sample_fmt()