On Tue, 14 Aug 2007 12:24:22 -0400 "Reynaldo Verdejo" <[EMAIL PROTECTED]> wrote:
> 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... You need a very recent SVN checkout of ffmpeg. Aurel _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
