diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-11-10 16:05:53 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-11-17 19:47:56 +0100 |
commit | 4cd74c81435919e7ed1a30de5d947d3077ac9299 (patch) | |
tree | 7aabaacb4fe90cef65dec800d7194929907be82b /doc | |
parent | f96a653184e63cea91e08ea75ae60d309e431f40 (diff) | |
download | ffmpeg-4cd74c81435919e7ed1a30de5d947d3077ac9299.tar.gz |
lavu/bprint: implement av_bprint_strftime().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1d10af5962..57be6ba735 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2012-11-17 - xxxxxxx - lavu 52.8.100 - bprint.h + Add av_bprint_strftime(). + 2012-11-15 - xxxxxxx - lavu 52.7.100 - opt.h Add av_opt_get_key_value(). |