# HG changeset patch # User pulento # Date 1003341935 0 # Node ID e00e5d93457cf5a534747c278835522c13b15070 # Parent dfa9fde4b72d925ada97e9cdd62c522acb8d9528 Added Juergen Keil fix on quant_tab[4] type. diff -r dfa9fde4b72d -r e00e5d93457c h263.c --- a/h263.c Wed Oct 17 02:04:16 2001 +0000 +++ b/h263.c Wed Oct 17 18:05:35 2001 +0000 @@ -778,7 +778,7 @@ { int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; INT16 *mot_val; - static UINT8 quant_tab[4] = { -1, -2, 1, 2 }; + static INT8 quant_tab[4] = { -1, -2, 1, 2 }; if (s->pict_type == P_TYPE) { if (get_bits1(&s->gb)) {