1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

Cosmetics: fix some whitespace errors

This commit is contained in:
Mashiat Sarker Shakkhar 2012-01-20 01:52:14 +06:00
parent 6345184fc9
commit 3ce50bf51d

View File

@ -525,8 +525,7 @@ static int decode_tilehdr(WmallDecodeCtx *s)
if (fixed_channel_layout || channels_for_cur_subframe == 1 ||
(min_channel_len == s->samples_per_frame - s->min_samples_per_subframe)) {
contains_subframe[c] = 1;
}
else {
} else {
contains_subframe[c] = get_bits1(&s->gb);
}
} else