diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-08 12:32:39 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-08 12:32:39 +0000 |
commit | 24de0edbd589b7cb0da51260073a1a28bb6a2619 (patch) | |
tree | f808dd5e52a5cd81742f76e2b722e4dde981792c /doc/APIchanges | |
parent | 7b3937360efd16ae87fa44fc4633a74913b5ac4d (diff) | |
download | ffmpeg-24de0edbd589b7cb0da51260073a1a28bb6a2619.tar.gz |
Rename avfilter_destroy() as avfilter_free().
The new name is shorter and more consistent with the FFmpeg API, and
sounds less evil.
Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 63f33b436f..d676b6a7bd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-11-08 - r25707 - lavfi 1.59.0 - avfilter_free() + Rename avfilter_destroy() to avfilter_free(). + This change breaks libavfilter API/ABI. + 2010-11-07 - r25705 - lavfi 1.58.0 - avfiltergraph.h Remove graphparser.h header, move AVFilterInOut and avfilter_graph_parse() declarations to libavfilter/avfiltergraph.h. |