* [Qemu-devel] [PATCH] vnc: Improve comment
@ 2012-08-10 19:51 Stefan Weil
2012-08-15 13:48 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2012-08-10 19:51 UTC (permalink / raw)
To: qemu-trivial; +Cc: Stefan Weil, qemu-devel
It's still not good, but hopefully better than before.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
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)
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] vnc: Improve comment
2012-08-10 19:51 [Qemu-devel] [PATCH] vnc: Improve comment Stefan Weil
@ 2012-08-15 13:48 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-08-15 13:48 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
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 <sw@weilnetz.de>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-15 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 19:51 [Qemu-devel] [PATCH] vnc: Improve comment Stefan Weil
2012-08-15 13:48 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).