[FFmpeg-cvslog] r25675 - trunk/doc/APIchanges
stefano
subversion
Thu Nov 4 21:37:52 CET 2010
Author: stefano
Date: Thu Nov 4 21:37:52 2010
New Revision: 25675
Log:
Fix off-by-one error in APIchanges file.
Modified:
trunk/doc/APIchanges
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Thu Nov 4 21:34:24 2010 (r25674)
+++ trunk/doc/APIchanges Thu Nov 4 21:37:52 2010 (r25675)
@@ -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()
More information about the ffmpeg-cvslog
mailing list