[FFmpeg-devel] [PATCH] lavfi audio framework

S.N. Hemanth Meenakshisundaram smeenaks
Tue Aug 3 10:50:50 CEST 2010


libavfilter audio framework using a common AVFilterBufferRef struct.
Have kept avfilter_get_video_buffer and avfilter_getaudio_buffer
separate since they take different number of arguments and the amount of
duplication is only ~5 lines. Appies after previous patch "Separate
video specific BufferRef properties into VideoProps".

---
 libavfilter/avfilter.c |   73 +++++++++++++++++++++++++++++++++-
 libavfilter/avfilter.h |   97 ++++++++++++++++++++++++++++++++++++++++++---
 libavfilter/defaults.c |  103 +++++++++++++++++++++++++++++++++++++++++++++++-
 libavfilter/formats.c  |    3 +-
 4 files changed, 265 insertions(+), 11 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-audio-framework.patch
Type: text/x-patch
Size: 20381 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100803/71c98177/attachment.bin>



More information about the ffmpeg-devel mailing list