[PATCH 5/7] qcap/avico: Fix pin IDs.

Zebediah Figura z.figura12 at gmail.com
Sat Apr 6 17:13:29 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/qcap/avico.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/qcap/avico.c b/dlls/qcap/avico.c
index d5a44b21b6..d5020a0945 100644
--- a/dlls/qcap/avico.c
+++ b/dlls/qcap/avico.c
@@ -690,8 +690,8 @@ static const BaseOutputPinFuncTable AVICompressorBaseOutputPinVtbl = {
 
 IUnknown* WINAPI QCAP_createAVICompressor(IUnknown *outer, HRESULT *phr)
 {
-    PIN_INFO in_pin_info  = {NULL, PINDIR_INPUT,  {'I','n','p','u','t',0}};
-    PIN_INFO out_pin_info = {NULL, PINDIR_OUTPUT, {'O','u','t','p','u','t',0}};
+    PIN_INFO in_pin_info  = {NULL, PINDIR_INPUT,  {'I','n',0}};
+    PIN_INFO out_pin_info = {NULL, PINDIR_OUTPUT, {'O','u','t',0}};
     AVICompressor *compressor;
     HRESULT hres;
 
-- 
2.20.1




More information about the wine-devel mailing list