diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-06-05 13:17:26 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-06-05 15:01:36 +0200 |
commit | b39b06233dfd69b941a32f29171dfb63abb23c06 (patch) | |
tree | 28c0c642138802b15123b48b95ac2eea22b63831 /doc/APIchanges | |
parent | 92b4abc2ad88ac7e89a60480094b8398fe1b8dbf (diff) | |
download | ffmpeg-b39b06233dfd69b941a32f29171dfb63abb23c06.tar.gz |
AVOptions: add av_opt_free convenience function.
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 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. |