[FFmpeg-soc] [soc]: r2045 - dcaenc/dcaenc.c
kostya
subversion at mplayerhq.hu
Wed Mar 26 06:55:33 CET 2008
Author: kostya
Date: Wed Mar 26 06:55:33 2008
New Revision: 2045
Log:
identation
Modified:
dcaenc/dcaenc.c
Modified: dcaenc/dcaenc.c
==============================================================================
--- dcaenc/dcaenc.c (original)
+++ dcaenc/dcaenc.c Wed Mar 26 06:55:33 2008
@@ -329,9 +329,9 @@ static int DCA_encode_frame(AVCodecConte
for (k = 0; k < 32; k++) { /* k is the sample number in a 32-sample block */
c->pcm[k] = samples[2 * (32*i+k) + channel] << 16;
}
- /* Put subband samples into the proper place */
- qmf_decompose(c, c->pcm, &c->subband[i][channel][0], channel);
- }
+ /* Put subband samples into the proper place */
+ qmf_decompose(c, c->pcm, &c->subband[i][channel][0], channel);
+ }
put_frame(c, c->subband, frame);
More information about the FFmpeg-soc
mailing list