qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] vnc: Improve comment


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] vnc: Improve comment
Date: Wed, 15 Aug 2012 14:48:27 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Aug 10, 2012 at 09:51:33PM +0200, Stefan Weil wrote:
> It's still not good, but hopefully better than before.
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  ui/vnc-enc-zywrle.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/ui/vnc-enc-zywrle.h b/ui/vnc-enc-zywrle.h
> index 188e247..addee55 100644
> --- a/ui/vnc-enc-zywrle.h
> +++ b/ui/vnc-enc-zywrle.h
> @@ -305,8 +305,8 @@ static inline void harr(int8_t *px0, int8_t *px1)
>     |L1H0H1H0|L1H0H1H0|L1H0H1H0|L1H0H1H0| : level 1
>  
>   In this method, H/L and X0/X1 is always same position.
> - This lead us to more speed and less memory.
> - Of cause, the result of both methods is quite same
> + This leads us to more speed and less memory.
> + Of course, the result of both methods is quite same
>   because its only difference is that coefficient position.
>  */
>  static inline void wavelet_level(int *data, int size, int l, int skip_pixel)

I would drop this patch since this file seems to be copied from an
external project and not customized for QEMU:

"THIS FILE IS PART OF THE 'ZYWRLE' VNC CODEC SOURCE CODE."

If we need to sync to a newer version in the future, the spelling fixes
just add diff noise.

Stefan



reply via email to

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