mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: indention after last commit
Originally committed as revision 8876 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c31a76e4ef
commit
6369e6ebc3
@ -524,10 +524,10 @@ static int dca_subframe_header(DCAContext * s)
|
|||||||
/* Stereo downmix coefficients */
|
/* Stereo downmix coefficients */
|
||||||
if (s->prim_channels > 2) {
|
if (s->prim_channels > 2) {
|
||||||
if(s->downmix) {
|
if(s->downmix) {
|
||||||
for (j = 0; j < s->prim_channels; j++) {
|
for (j = 0; j < s->prim_channels; j++) {
|
||||||
s->downmix_coef[j][0] = get_bits(&s->gb, 7);
|
s->downmix_coef[j][0] = get_bits(&s->gb, 7);
|
||||||
s->downmix_coef[j][1] = get_bits(&s->gb, 7);
|
s->downmix_coef[j][1] = get_bits(&s->gb, 7);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
int am = s->amode & DCA_CHANNEL_MASK;
|
int am = s->amode & DCA_CHANNEL_MASK;
|
||||||
for (j = 0; j < s->prim_channels; j++) {
|
for (j = 0; j < s->prim_channels; j++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user