[FFmpeg-devel] [PATCH] lavfi audio framework
S.N. Hemanth Meenakshisundaram
smeenaks
Fri Aug 13 06:32:02 CEST 2010
Hi,
Fixed the doxy of get_audio_buffer and its changed argument list to put
sample_fmt before size as indicated in review, added audio specific code
to default_output_config_link() and replaced the memset of buffer->data
pointer array to a certain pointer with a for loop. The memcpy did not
work except to set the same value on every byte of the array.
Regards,
---
doc/APIchanges | 4 ++
libavfilter/avfilter.c | 57 +++++++++++++++++++++++++
libavfilter/avfilter.h | 94 ++++++++++++++++++++++++++++++++++++++---
libavfilter/defaults.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++-
libavfilter/formats.c | 3 +-
5 files changed, 259 insertions(+), 9 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-audio-framework.patch
Type: text/x-patch
Size: 20130 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100812/1fc71a4c/attachment.bin>
More information about the ffmpeg-devel
mailing list