提交 90c6805a 编写于 作者: V Vitor Sessak

Cosmetics: remove useless parentheses

Originally committed as revision 15288 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 710428c4
......@@ -205,7 +205,7 @@ static void chomp6(ChannelData *chd, int16_t *output, uint8_t val,
current = mace_broken_clip_int16(current + chd->level);
chd->level = ((current*chd->factor) >> 15);
chd->level = (current*chd->factor) >> 15;
current >>= 1;
output[0] = QT_8S_2_16S(chd->previous + chd->prev2 -
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册