os in windows guest.
If I remove assertion(just for test) at decoder, everything works fine.
Thanks/Mohan.
From: Alon Levy
To: Naga Mohan Pothula
Cc: "spice-devel@lists.freedesktop.org"
Sent: Saturday, December 24, 2011 4:35 AM
Subject: Re: [Spic
On Fri, Dec 23, 2011 at 09:17:58AM -0800, Naga Mohan Pothula wrote:
>Hi,
>I have doubt on MJpeg encode/decode module. I've seen Frame rect with ODD
>format is not accepting by MJpegDecoder at "convert_scanline" function.
>ASSERT(_width % 2 == 0);
>ASSERT(_height % 2 == 0);
>
Hello Mohan,
Naga Mohan Pothula píše v Pá 23. 12. 2011 v 09:17 -0800:
> Hi,
>
>
> I have doubt on MJpeg encode/decode module. I've seen Frame rect with
> ODD format is not accepting by MJpegDecoder at "convert_scanline"
> function.
>
>
> ASSERT(_width % 2 == 0);
> ASSERT(_height % 2 == 0);
> S
Hi,
I have doubt on MJpeg encode/decode module. I've seen Frame rect with ODD
format is not accepting by MJpegDecoder at "convert_scanline" function.
ASSERT(_width % 2 == 0);
ASSERT(_height % 2 == 0);
Spice session crash happens due to this assertion.
Why the decoder accepts only EVEN format f