mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add av_ prefix to clip functions
Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -998,7 +998,7 @@ mlt_compensate_output(COOKContext *q, float *decode_buffer,
|
||||
*/
|
||||
for (j = 0; j < q->samples_per_channel; j++) {
|
||||
out[chan + q->nb_channels * j] =
|
||||
clip(lrintf(q->mono_mdct_output[j]), -32768, 32767);
|
||||
av_clip(lrintf(q->mono_mdct_output[j]), -32768, 32767);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user