Changeset e727bca3 in ffmpeg

Timestamp:
May 9, 2012, 6:26:19 PM (13 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
6735534f
Parents:
c8b4a399
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (02/01/11 11:34:23)
git-committer:
Anton Khirnov <anton@khirnov.net> (05/09/12 18:26:19)
Message:

lavfi: cleanup avfilter_get_audio_buffer() and pals.

Remove AVFilterBufferRefAudioProps.size, and use nb_samples in its place
everywhere.
This is required as the size in the audio buffer may be aligned, so it
may not contain a well defined number of samples.

Also remove the useless planar parameter, which can be deduced from the
sample format.

This is technically an API and ABI break, but since the audio part of
lavfi is not usable now, this should not be a problem in practice.

Signed-off-by: Anton Khirnov <anton@khirnov.net>

(No files)

Note: See TracChangeset for help on using the changeset viewer.