diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 12:12:36 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-16 05:33:23 +0100 |
commit | 42c7c61ab25809620b8c8809b3da73e25f5bbaaf (patch) | |
tree | 9cc267ffd8a0aad4e6fb50c04a6fa81bb6451bf2 /doc/APIchanges | |
parent | 556aab8f11b045a21182eee32413aa78d5c8539b (diff) | |
download | ffmpeg-42c7c61ab25809620b8c8809b3da73e25f5bbaaf.tar.gz |
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
This is more consistent with the naming in the rest of Libav.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 0d317fcaa6..2c08af44af 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-xx-xx - lavfi 3.6.0 + Add AVFilterGraph.nb_filters, deprecate AVFilterGraph.filter_count. + 2013-03-xx - Reference counted buffers - lavu 52.8.0, lavc 55.0.0, lavf 55.0.0, lavd 54.0.0, lavfi 3.5.0 xxxxxxx, xxxxxxx - add a new API for reference counted buffers and buffer |