swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Make fails on Fedora Core 1


From: Matthias Kramm
Subject: Re: [Swftools-common] Make fails on Fedora Core 1
Date: Sun, 11 Jan 2004 13:51:58 +0100
User-agent: Mutt/1.4i

On Fri, Jan 02, 2004 at 12:14:21PM +0100, Giovanni wrote:
>   Ok, it works. But there's another question (probably is an avifile
> question): when i try to convert a .avi (created with blender) i get a
> couple of:
> <CImage> : Cannot convert non-YUV image to BGR24

Mostly, that's a harmless warning. It's happening in this code:

 img->ToYUV();
 img->ToRGB();

If the first fails, but the second doesn't you get the warning. (But
at least with my avifile version you still need both conversions because
you can't always convert directly to RGB).

Greetings

Matthias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]