]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g723_1.c
Merge commit 'b9ece15a01782b4f301c0c139d1d7b20f848914c'
[ffmpeg] / libavcodec / g723_1.c
index 4a73c3c38a29865c58062bac487131fa046fc108..68a6d9179cd40f06d4ea26c0f0c8d0cd72363f14 100644 (file)
@@ -2142,7 +2142,7 @@ static void get_fcb_param(FCBParam *optim, int16_t *impulse_resp,
             temp_corr[param.pulse_pos[0]] = 1;
 
             for (k = 1; k < pulse_cnt; k++) {
-                max = -1 << 30;
+                max = INT_MIN;
                 for (l = i; l < SUBFRAME_LEN; l += GRID_SIZE) {
                     if (temp_corr[l])
                         continue;