mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 18:03:17 +00:00
avcodec/mace: fix some style issues
This commit is contained in:
parent
d39f9feddc
commit
afc7679c89
1 changed files with 1 additions and 2 deletions
|
@ -190,7 +190,6 @@ static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx)
|
|||
|
||||
static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx)
|
||||
{
|
||||
|
||||
int16_t current = read_table(chd, val, tab_idx);
|
||||
|
||||
current = mace_broken_clip_int16(current + chd->level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue