summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-05 18:58:51 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-06 23:25:33 +0200
commitad347bf45948437da0d6eee0e385d7a01efb6599 (patch)
tree7d8bc590d2687e5bad2c9604dab20aa056f2e827 /doc
parentfe16ca1b918f79bb66a75ed29980e192af20ce94 (diff)
lavfi: remove avfilter_default_item_name() from public API
The function was introduced in 4d6a8a2bdb19 and is not used anymore outside avfilter.c. This avoids to pollute the public API with an apparently unnecessary function. The function was introduced a few days ago, so removing it from the public API should do no much harm.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2da438fb6a..15cf379134 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -18,9 +18,6 @@ API changes, most recent first:
2012-06-05 - xxxxxxx - lavc 54.24.100
Add pkt_duration field to AVFrame.
-2012-06-04 - xxxxxxx - lafi 2.78.100
- Add avfilter_default_filter_name() function in avfilter.h.
-
2012-05-24 - xxxxxxx - lavu 51.54.100
Move AVPALETTE_SIZE and AVPALETTE_COUNT macros from
libavcodec/avcodec.h to libavutil/pixfmt.h.