OSDN Git Service

Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Aug 2008 22:51:47 +0000 (22:51 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Aug 2008 22:51:47 +0000 (22:51 +0000)
commit2ad0d96a24879b96153a3fbbc1707372baa2615e
treeb8e1745af0b8b6707bcd50045427b386538a9b30
parentcbccf2058e309dcbb40ac37943656e7c0780a001
Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the
quickest way to find out if it is needed.

Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/acelp_filters.c