Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2011-06-15 10:33:23 +0400
committerVic Lee <llyzs@163.com>2011-06-15 10:33:23 +0400
commitc1766c223a364df905f53ad9564bd3e78d20b395 (patch)
treef9f70b6f1db756a8c0c82b6195a9e6a126ad5a29
parent7b6fc6b6190121eac89c5083e2fd0bdc08d994c9 (diff)
cunit/librfx: trivial fix.
-rw-r--r--cunit/test_librfx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cunit/test_librfx.c b/cunit/test_librfx.c
index c741d77..5920939 100644
--- a/cunit/test_librfx.c
+++ b/cunit/test_librfx.c
@@ -61,7 +61,7 @@ static const uint8 y_data[] =
static const uint8 cb_data[] =
{
- 0x1b, 0x04, 0x7f, 0x04, 0x31, 0x5f, 0xc2,
+ 0x1b, 0x04, 0x7f, 0x04, 0x31, 0x5f, 0xc2,
0x94, 0xaf, 0x05, 0x29, 0x5e, 0x0a, 0x52, 0xbc, 0x14, 0xa5, 0x78, 0x29, 0x25, 0x78, 0x29, 0x25,
0x78, 0x29, 0x25, 0x68, 0x52, 0x4a, 0xf0, 0x52, 0x4a, 0xf0, 0x52, 0x4a, 0xd0, 0xa4, 0x95, 0xe0,
0xa4, 0x95, 0xe0, 0xa4, 0x95, 0xa1, 0x49, 0x2b, 0xc1, 0x49, 0x2b, 0xc1, 0x49, 0x2b, 0x42, 0x92,
@@ -86,7 +86,7 @@ static const uint8 cb_data[] =
static const uint8 cr_data[] =
{
- 0x1b, 0xfc, 0x11, 0xc1, 0x0f, 0x4a, 0xc1, 0x4f, 0x4a, 0xc1,
+ 0x1b, 0xfc, 0x11, 0xc1, 0x0f, 0x4a, 0xc1, 0x4f, 0x4a, 0xc1,
0x4f, 0x4a, 0xa1, 0x4d, 0x95, 0x42, 0x9e, 0x95, 0x42, 0x9e, 0x95, 0x42, 0x9b, 0x2a, 0x85, 0x3d,
0x2a, 0x85, 0x3d, 0x2a, 0x85, 0x36, 0x55, 0x0a, 0x7a, 0x55, 0x0a, 0x7a, 0x55, 0x0a, 0x6c, 0xaa,
0x14, 0xf4, 0xaa, 0x14, 0xf4, 0xaa, 0x14, 0xd9, 0x54, 0x29, 0xe9, 0x54, 0x29, 0xe9, 0x54, 0x29,
@@ -356,7 +356,7 @@ test_message(void)
size = rfx_compose_message_data(context, buffer, sizeof(buffer),
&rect, 1, rgb_data, 64, 64, 64 * 3);
- hexdump(buffer, size);
+ /*hexdump(buffer, size);*/
rfx_context_free(context);
}