~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/ac3dec.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge, Iain Lane, Sebastian Dröge
  • Date: 2014-02-09 11:42:06 UTC
  • mfrom: (13.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20140209114206-ksn1eu97d9pt2iza
Tags: 1.2.3-1
[ Iain Lane ]
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
  --as-needed.

[ Sebastian Dröge ]
* New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1398
1398
                memcpy(s->outptr[channel_map[ch]], output[ch], 1024);
1399
1399
        for (ch = 0; ch < s->out_channels; ch++)
1400
1400
            output[ch] = s->outptr[channel_map[ch]];
1401
 
        for (ch = 0; ch < s->channels; ch++)
 
1401
        for (ch = 0; ch < s->out_channels; ch++)
1402
1402
            s->outptr[ch] += AC3_BLOCK_SIZE;
1403
1403
    }
1404
1404