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:
parent
6345184fc9
commit
3ce50bf51d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user