[XviD-devel] unsupported data type / codec performance

suxen_drol xvid-devel@xvid.org
Fri, 13 Dec 2002 19:53:00 +1100


On Fri, 13 Dec 2002 01:39:47 +0100 "Bobololo" <b0b0l0l0@free.fr> wrote:
> For this purpose I started to write a little encoder bench tool that feeds
> the different encoders with well know 420 YUV test sequences (like
> coastguard, foreman, silent, etc) and that measures encoding time,
> compressed size and PSNR.

sounds good, but iam pretty sure this has been done before... do a
search on the xvid forums. 
> 
> \codec\decoder\decoder.c(970) : fatal error C1600: unsupported data type

basic c programming 101:

1. go to line 970 of the file.
2. find the fault: ie. the unsupported data type
3. fix the fault. ie. use a data type that is supported

> I've seen in the source file header that the original code was from Xvid and
> so I'm posting here with the hope that someone could gracefully give me some
> hints about this compilation problem or even better help me with my
> ICM_COMPRESS_BEGIN issue ?
> 
> TIA, b0b0L0l0.

it sounds like a bug in the REALmagic codec.
i suggest you contact sigma designs about it.

-- REALpete