--- addons/mp3/layer3.c (Asterisk 19.0) +++ addons/mp3/layer3.c (working copy) @@ -1881 +1881 @@ - int gr, ch, ss,clip=0; + int gr, ch, ss; @@ -2016 +2016 @@ - clip += synth_ntom_mono(mp,hybridOut[0][ss],pcm_sample,pcm_point); + synth_ntom_mono(mp,hybridOut[0][ss],pcm_sample,pcm_point); @@ -2020,2 +2020,2 @@ - clip += synth_ntom(mp,hybridOut[0][ss],0,pcm_sample,&p1); - clip += synth_ntom(mp,hybridOut[1][ss],1,pcm_sample,pcm_point); + synth_ntom(mp,hybridOut[0][ss],0,pcm_sample,&p1); + synth_ntom(mp,hybridOut[1][ss],1,pcm_sample,pcm_point);