mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Cosmetics: remove useless parentheses
Originally committed as revision 15288 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
710428c4ec
commit
90c6805ac4
@ -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 -
|
||||
|
Loading…
Reference in New Issue
Block a user