summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2012-01-03 00:40:08 -0600
committerJanne Grunau <janne-libav@jannau.net>2012-01-04 00:29:55 +0100
commit96d8e18a98c59a3131bb3522006525f6a8d24f3f (patch)
treecb77db60e2ae65461332589da13ebd7d0db56d36 /doc/APIchanges
parentfd16f567987524a769d5d4f1f69089f000386ac2 (diff)
APIchanges: mention cleaned up header includes
Fixes bug 188. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 951bead713..622e502da6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -124,8 +124,10 @@ API changes, most recent first:
2011-09-03 - c11fb82 - lavu 51.10.0
Add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find() function.
-2011-08-26 - f2011ed - lavu 51.9.0
- Add av_fifo_peek2(), deprecate av_fifo_peek().
+2011-08-26 - lavu 51.9.0
+ - f2011ed Add av_fifo_peek2(), deprecate av_fifo_peek().
+ - add41de..abc78a5 Do not include intfloat_readwrite.h,
+ mathematics.h, rational.h, pixfmt.h, or log.h from avutil.h.
2011-08-16 - 48f9e45 - lavf 53.4.0
Add avformat_query_codec().