[FFmpeg-soc] [PATCH] fixes for asrc_buffer

Stefano Sabatini stefano.sabatini-lala at poste.it
Sat Jul 31 16:08:18 CEST 2010


On date Saturday 2010-07-31 03:27:14 -0700, S.N. Hemanth Meenakshisundaram encoded:
> 
> Some fixes to the asrc_buffer. Add config props since src filter has no
> inputs and default config props will fail.
> 
> ---
>  libavfilter/allfilters.c  |    2 +-
>  libavfilter/asrc_buffer.c |   10 ++++++++--
>  2 files changed, 9 insertions(+), 3 deletions(-)
> 
> 
> 

> diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
> index 6a828fa..069c56c 100644
> --- a/libavfilter/allfilters.c
> +++ b/libavfilter/allfilters.c
> @@ -60,7 +60,7 @@ void avfilter_register_all(void)
>      REGISTER_FILTER (UNSHARP,     unsharp,     vf);
>      REGISTER_FILTER (VFLIP,       vflip,       vf);
>  
> -    REGISTER_FILTER (ABUFFER,     abuffer,     asrc);
> +    REGISTER_FILTER (ABUFFER,     buffer,      asrc);

I suppose this hunk is wrong.

[...]

Regards.


More information about the FFmpeg-soc mailing list