diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-29 17:33:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-29 17:34:56 +0200 |
commit | 35ceaa737643008e89a9ba54aaa9ebc0b57683b4 (patch) | |
tree | b6a90b5d1976897852082a35f5a56ef300a34d03 /doc | |
parent | 9ac1bf88c00dbe7eb2191e2d5325fb104b9d8341 (diff) | |
download | ffmpeg-35ceaa737643008e89a9ba54aaa9ebc0b57683b4.tar.gz |
Move ff_dynarray_add to lavu and make it public.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 87ea7eb83d..0cd490472f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-04-xx - xxxxxxx - lavu 51.2.0 - mem.h + Add av_dynarray_add function for adding + an element to a dynamic array. + 2011-04-XX - bebe72f - lavu 51.1.0 - avutil.h Add AVPictureType enum and av_get_picture_type_char(), deprecate FF_*_TYPE defines and av_get_pict_type_char() defined in |