diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-24 04:30:09 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-24 16:55:45 +0100 |
commit | 573ffbb3b563d8ab9e4363acfad62d1a688f05c1 (patch) | |
tree | b1d0ce04a05ac493ed86a12c060dc8c412d5c4b2 /doc/APIchanges | |
parent | afb0470a2559c54ff41c9947f848ac7d58ac1003 (diff) | |
download | ffmpeg-573ffbb3b563d8ab9e4363acfad62d1a688f05c1.tar.gz |
lavu: add av_get_alt_sample_fmt().
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 533199f8b8..ae980c258b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-xx-xx - xxxxxxx - lavu 51.28.1 + Add av_get_alt_sample_fmt() to samplefmt.h. + 2011-11-03 - 96949da - lavu 51.23.0 Add av_strcasecmp() and av_strncasecmp() to avstring.h. |