diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-02-01 12:34:23 +0100 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-06 10:12:49 +0200 |
commit | 95a0242642e8ee345f6545ea7f9b042989272729 (patch) | |
tree | d1a6b279f5613c46a1b676ca3ba71345f23eb365 /doc/APIchanges | |
parent | 0bc2cca12f671010eac171bc22049320a7cd61a3 (diff) | |
download | ffmpeg-95a0242642e8ee345f6545ea7f9b042989272729.tar.gz |
lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps
Remove AVFilterBufferRefAudioProps.size, and use nb_samples in
avfilter_get_audio_buffer() and avfilter_default_get_audio_buffer() in
place of size.
This is required as the size in the audio buffer may be aligned, so it
may not contain a well defined number of samples.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 16373e6933..bf34307f47 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-06-06 - xxxxxx - lavfi 2.14.0 - AVFilterBufferRefAudioProps + Remove AVFilterBufferRefAudioProps.size, and use nb_samples in + avfilter_get_audio_buffer() and avfilter_default_get_audio_buffer() in + place of size. + 2011-06-06 - xxxxxx - lavu 51.6.0 - av_samples_alloc() Switch nb_channels and nb_samples parameters order in av_samples_alloc(). |