projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a40473
)
brillcodec: fix wrong log macro.
67/32367/1
author
Kitae Kim
<kt920.kim@samsung.com>
Wed, 17 Dec 2014 12:15:17 +0000
(21:15 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Wed, 17 Dec 2014 12:15:17 +0000
(21:15 +0900)
Change-Id: I67bc928f27369b45f88d0253ea176ebf26994144
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/hw/pci/maru_dxva2_plugin.c
patch
|
blob
|
history
diff --git
a/tizen/src/hw/pci/maru_dxva2_plugin.c
b/tizen/src/hw/pci/maru_dxva2_plugin.c
index 0ea84172d7dd85bd83eba4fdc9fd029206e7bc32..60d4bc34fc49e5b5d4d89f642b90c55ea07a9e03 100644
(file)
--- a/
tizen/src/hw/pci/maru_dxva2_plugin.c
+++ b/
tizen/src/hw/pci/maru_dxva2_plugin.c
@@
-427,8
+427,8
@@
static int DxFindVideoServiceConversion(DXVAPluginContext *dxva_ctx, int codec_i
if (mode) {
LOG_INFO("- '%s' is supported by hardware\n", mode->name);
} else {
-
WARN
("- Unknown GUID = %08X-%04x-%04x-XXXX\n",
-
(unsigned)g->Data1, g->Data2, g->Data3);
+
LOG_WARNING
("- Unknown GUID = %08X-%04x-%04x-XXXX\n",
+ (unsigned)g->Data1, g->Data2, g->Data3);
}
}