[FFmpeg-devel] [PATCH] lavfi audio framework

S.N. Hemanth Meenakshisundaram snhemanthm
Tue Aug 3 11:07:09 CEST 2010


lavfi framework with a common AVFilterBufferref struct. I have kept
avfilter_get_video_buffer and avfilter_get_audio_buffer as separate
routines since the amount of code cuplication is ~5 lines only and it
is less confusing with two distinct functions with different arguments
to call from video and audio filters.

Posting this from my gmail account as the other email is temporarily down.

---
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: application/octet-stream
Size: 20379 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100803/1a3305b1/attachment.obj>



More information about the ffmpeg-devel mailing list