[FFmpeg-devel] [PATCH 2/4] lavfi: add audioframe helper functions.
Clément Bœsch
ubitux at gmail.com
Fri Jun 29 16:48:17 CEST 2012
On Fri, Jun 29, 2012 at 02:41:07PM +0200, Nicolas George wrote:
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> libavfilter/audioframe.h | 145 ++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 145 insertions(+)
> create mode 100644 libavfilter/audioframe.h
>
Could we have this in libavutil instead? Maybe in audio_fifo.c?
In lavc/utils we have a pad_last_frame() introduced recently which looks
at first sight something similar.
We could make use of a common API in lavc and lavfi; at least that's what
a git grep av_samples_set_silence() suggests.
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120629/3d952c7a/attachment.asc>
More information about the ffmpeg-devel
mailing list