~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavcodec/ac3dsp.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
    }
172
172
}
173
173
 
174
 
static void ac3_downmix_c(float (*samples)[256], float (*matrix)[2],
 
174
static void ac3_downmix_c(float **samples, float (*matrix)[2],
175
175
                          int out_ch, int in_ch, int len)
176
176
{
177
177
    int i, j;