diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-07 18:56:44 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-07 18:56:44 +0000 |
commit | da6ec07c41fe4677a3cebaa3d918fe7a580da3f3 (patch) | |
tree | 324665f316f8f262d8a8520ddf789d67c9cfe3c3 /doc | |
parent | 7313132bccc82fe379d88e37e407f842089ca630 (diff) | |
download | ffmpeg-da6ec07c41fe4677a3cebaa3d918fe7a580da3f3.tar.gz |
Bump lavfi minor and add APIchanges entry after the rename of
AVFilterInOut.filter.
Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2587090f46..b90502c9c0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-11-04 - r25700 - lavfi 1.57.0 - AVFilterInOut + Rename field AVFilterInOut.filter to AVFilterInOut.filter_ctx. + This change breaks libavfilter API. + 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. |