Re: deintrelacing patch

Mikhail Ramendik <[email protected]> Thu, 29 Sep 2005 02:26:45 +0400
Newsgroups gmane.comp.video.ogle.devel
Message-ID <[email protected]>
I wrote:

> xv_image->width = xv_image.width/2;
> xv_image->height = xv_image.height*2;

This should have been, of course:

xv_image->width = xv_image->width/2;
xv_image->height = xv_image->height*2;

-- 
Yours, Mikhail Ramendik