On Wed, Mar 19, 2014 at 05:24:23PM +0000, Ben Avison wrote:
> --- a/libavcodec/mlpdec.c
> +++ b/libavcodec/mlpdec.c
> --- a/libavcodec/mlpdsp.c
> +++ b/libavcodec/mlpdsp.c
> @@ -57,9 +57,42 @@ static void mlp_filter_channel(int32_t *state, const 
> int32_t *coeff,
>  
> +void ff_mlp_rematrix_channel(int32_t *samples,

This is not used outside of the file, so it should be a static function
and not have a ff_ prefix.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to