From fa4fd405a404c5eb740f431a296ffa1887a3b98c Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 19 May 2004 07:46:14 +0000 Subject: [PATCH] not sure whether rle entry 64 is right- added /* ?? */ behind it. --- lib/h.263/h263tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/h.263/h263tables.c b/lib/h.263/h263tables.c index 1ace49e..384ffb1 100644 --- a/lib/h.263/h263tables.c +++ b/lib/h.263/h263tables.c @@ -243,7 +243,7 @@ struct huffcode rle[] = {"001111", 6, 61}, {"00000000100", 11, 62}, {"001110", 6, 63}, -{"001101", 6, 64}, +{"001101", 6, 64}, /* ?? */ {"001100", 6, 65}, {"0010011", 7, 66}, {"0010010", 7, 67}, -- 1.7.10.4