Hi Aurelien On 8/14/07, Aurelien Jacobs <[EMAIL PROTECTED]> wrote:
> > - outbuffer[i]=av_clip(lrintf(4*ppf_vector[i]), -32768, 32767); > > + outbuffer[i]=av_clip(lrintf(4*ppf_vector[i]), -32768, 32768); > > This looks strange. The maximum 16bits signed integer is 32767, not 32768. Fixed, thanks. And if the range you want is indeed -32768 - 32767, you'd better use > av_clip_int16(). It would be nice but I can't find it... Thanks for your review Reynaldo
_______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
