Commit b520c821 authored by vitor's avatar vitor

Cosmetics: remove useless parenthesis


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15288 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f66b0808
...@@ -205,7 +205,7 @@ static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, ...@@ -205,7 +205,7 @@ static void chomp6(ChannelData *chd, int16_t *output, uint8_t val,
current = mace_broken_clip_int16(current + chd->level); current = mace_broken_clip_int16(current + chd->level);
chd->level = ((current*chd->factor) >> 15); chd->level = (current*chd->factor) >> 15;
current >>= 1; current >>= 1;
output[0] = QT_8S_2_16S(chd->previous + chd->prev2 - output[0] = QT_8S_2_16S(chd->previous + chd->prev2 -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment