summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-06-05 13:17:26 +0200
committerAnton Khirnov <anton@khirnov.net>2011-06-05 15:01:36 +0200
commitb39b06233dfd69b941a32f29171dfb63abb23c06 (patch)
tree28c0c642138802b15123b48b95ac2eea22b63831 /doc
parent92b4abc2ad88ac7e89a60480094b8398fe1b8dbf (diff)
AVOptions: add av_opt_free convenience function.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a55b15284b..77eb6d2d27 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-06-xx - xxxxxxx - lavu 51.3.0 - opt.h
+ Add av_opt_free convenience function.
+
2011-05-28 - 0420bd7 - lavu 51.2.0 - pixdesc.h
Add av_get_pix_fmt_name() in libavutil/pixdesc.h, and deprecate
avcodec_get_pix_fmt_name() in libavcodec/avcodec.h in its favor.