[FFmpeg-devel] [PATCH] lavfi audio framework

S.N. Hemanth Meenakshisundaram smeenaks
Wed Jul 21 11:42:22 CEST 2010


Please do not apply this patch yet. It fails the make lavfitest and make
test checks. Using a common AVFilterBuffer field for video and audio
with data[8] and linesize[8] causes problems when we try to access the
4-plane video data using (AVPicture *)<buffer pointer>

I am fixing this by adjusting the pointers in get_video_buffer and
free_buffer/unref_pic. Will send the updated patch when this issue is fixed.

Regards,
Hemanth

On 07/19/2010 09:36 PM, S.N. Hemanth Meenakshisundaram wrote:
> Smaller lavfi audio framework patch with doxy changes pushed to previous
> patch.
>
> ---
>  libavfilter/avfilter.c |   70 ++++++++++++++++++++++++
>  libavfilter/avfilter.h |  138 +++++++++++++++++++++++++++++++++++++++++++-----
>  libavfilter/defaults.c |   94 ++++++++++++++++++++++++++++++++
>  3 files changed, 289 insertions(+), 13 deletions(-)
>   



More information about the ffmpeg-devel mailing list