diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-21 11:48:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-03-31 18:00:44 +0200 |
commit | 5c73645d91e6a91c849e08e0fc58bdeab9b7b76f (patch) | |
tree | 986d39f92a94a7334cce88ceae79a6c6d7e841ee /doc/APIchanges | |
parent | 39aad4346562e208ad494093e2995d9bc8fb3410 (diff) | |
download | ffmpeg-5c73645d91e6a91c849e08e0fc58bdeab9b7b76f.tar.gz |
lavu/samplefmt: add av_samples_alloc_array_and_pointers()
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 bc4d4febca..01f7825edc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-03-30 - xxxxxxx - lavu 52.24.100 - samplefmt.h + Add av_samples_alloc_array_and_samples(). + 2013-03-29 - xxxxxxx - lavf 55.1.100 - avformat.h Add av_guess_frame_rate() |