You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
Cosmetics: fix some whitespace errors
This commit is contained in:
@ -525,8 +525,7 @@ static int decode_tilehdr(WmallDecodeCtx *s)
|
|||||||
if (fixed_channel_layout || channels_for_cur_subframe == 1 ||
|
if (fixed_channel_layout || channels_for_cur_subframe == 1 ||
|
||||||
(min_channel_len == s->samples_per_frame - s->min_samples_per_subframe)) {
|
(min_channel_len == s->samples_per_frame - s->min_samples_per_subframe)) {
|
||||||
contains_subframe[c] = 1;
|
contains_subframe[c] = 1;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
contains_subframe[c] = get_bits1(&s->gb);
|
contains_subframe[c] = get_bits1(&s->gb);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user