comparison h263.c @ 469:a5dd4eae1f0c libavcodec

Revert previous bogus warning fix.
author mellum
date Mon, 03 Jun 2002 14:44:37 +0000
parents 1e23eae32087
children 6ccc48e4c41b
comparison
equal deleted inserted replaced
468:1e23eae32087 469:a5dd4eae1f0c
1365 1365
1366 static inline int mpeg4_pred_dc(MpegEncContext * s, int n, UINT16 **dc_val_ptr, int *dir_ptr) 1366 static inline int mpeg4_pred_dc(MpegEncContext * s, int n, UINT16 **dc_val_ptr, int *dir_ptr)
1367 { 1367 {
1368 int a, b, c, wrap, pred, scale; 1368 int a, b, c, wrap, pred, scale;
1369 UINT16 *dc_val; 1369 UINT16 *dc_val;
1370 int dummy;
1370 1371
1371 /* find prediction */ 1372 /* find prediction */
1372 if (n < 4) { 1373 if (n < 4) {
1373 scale = s->y_dc_scale; 1374 scale = s->y_dc_scale;
1374 } else { 1375 } else {