diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-01 20:37:50 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-03-21 13:39:28 +0100 |
commit | b75c67dc016dee0bed95a29997d54efba5f0806f (patch) | |
tree | fa03ff0374e0dfa62b5d241190c2c309c13a5e69 /doc | |
parent | 594a3d631583a2f086fac25db6fb3542fd0fb187 (diff) | |
download | ffmpeg-b75c67dc016dee0bed95a29997d54efba5f0806f.tar.gz |
lavu: add av_bprintf and related.
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 26a3882243..1cdcd1883d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-03-21 - xxxxxxx - lavu 51.43.100 + Add bprint.h for bprint API. + 2012-02-21 - xxxxxxx - lavc 54.4.100 Add av_get_pcm_codec() function. |