diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-03-22 13:29:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-06 10:11:48 +0200 |
commit | e1c74148128ebed7c7bc9d36c776f24898267174 (patch) | |
tree | 1e07e3cbbd966c1f636e517837b3af2de4143f53 /doc | |
parent | 580817df048fb114529cdb4a82885f551bf62c0c (diff) | |
download | ffmpeg-e1c74148128ebed7c7bc9d36c776f24898267174.tar.gz |
samplefmt: change layout for arrays created by av_samples_alloc() and _fill_arrays()
The new layout is consistent with that of the av_image_() API, and
simplifies understanding and copy operations, it also preserves
alignment information which was lost with the previous layout.
This breaks API/ABI, but since the function was never referenced in
the code (and it isn't unlikely already used by someone) then this
should not be a problem.
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 89104d0e41..6c32ed9674 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-06-06 - xxxxxx - lavu 51.5.0 - av_samples_* + Change the data layout created by av_samples_fill_arrays() and + av_samples_alloc(). + 2011-06-06 - xxxxxx - lavfi 2.13.0 - vsrc_buffer.h Make av_vsrc_buffer_add_video_buffer_ref() accepts an additional flags parameter in input. |