[FFmpeg-cvslog] r15524 - trunk/libavcodec/audioconvert.c

Måns Rullgård mans
Fri Oct 3 01:23:44 CEST 2008


gpoirier <subversion at mplayerhq.hu> writes:

> Author: gpoirier
> Date: Thu Oct  2 21:09:56 2008
> New Revision: 15524
>
> Log:
> Remove duplicate "double" qualifier for *matrix.

I think you meant "const"...

> This silences out a warning when compiling with Intel C Compiler.
> Patch by Diego 'Flameeyes' Petten? %flameeyes A gmail P com%
>
> Modified:
>    trunk/libavcodec/audioconvert.c
>
> Modified: trunk/libavcodec/audioconvert.c
> ==============================================================================
> --- trunk/libavcodec/audioconvert.c	(original)
> +++ trunk/libavcodec/audioconvert.c	Thu Oct  2 21:09:56 2008
> @@ -77,7 +77,7 @@ struct AVAudioConvert {
>
>  AVAudioConvert *av_audio_convert_alloc(enum SampleFormat out_fmt, int out_channels,
>                                         enum SampleFormat in_fmt, int in_channels,
> -                                       const const float *matrix, int flags)
> +                                       const float *matrix, int flags)
>  {
>      AVAudioConvert *ctx;
>      if (in_channels!=out_channels)

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list