From fcc9a6282dd3c541055636ac49882d1639da251b Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 19 Jul 2005 20:30:38 +0000 Subject: here is cvs update people requested - somebody please check for gcc4 compatibility CVS patchset: 7668 CVS date: 2005/07/19 20:30:38 --- src/libffmpeg/libavcodec/h263data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libffmpeg/libavcodec/h263data.h') diff --git a/src/libffmpeg/libavcodec/h263data.h b/src/libffmpeg/libavcodec/h263data.h index 4da105ffc..f38037840 100644 --- a/src/libffmpeg/libavcodec/h263data.h +++ b/src/libffmpeg/libavcodec/h263data.h @@ -251,7 +251,7 @@ static const uint16_t h263_format[8][2] = { { 1408, 1152 }, }; -uint8_t ff_aic_dc_scale_table[32]={ +const uint8_t ff_aic_dc_scale_table[32]={ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 0, 2, 4, 6, 8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62 }; -- cgit v1.2.3