Commit 494da566 authored by gpoirier's avatar gpoirier

Remove duplicate "double" qualifier for *matrix.

This silences out a warning when compiling with Intel C Compiler.
Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9b427443
...@@ -77,7 +77,7 @@ struct AVAudioConvert { ...@@ -77,7 +77,7 @@ struct AVAudioConvert {
AVAudioConvert *av_audio_convert_alloc(enum SampleFormat out_fmt, int out_channels, AVAudioConvert *av_audio_convert_alloc(enum SampleFormat out_fmt, int out_channels,
enum SampleFormat in_fmt, int in_channels, enum SampleFormat in_fmt, int in_channels,
const const float *matrix, int flags) const float *matrix, int flags)
{ {
AVAudioConvert *ctx; AVAudioConvert *ctx;
if (in_channels!=out_channels) if (in_channels!=out_channels)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment