Commit 77b92802 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DShow: kill a warning

parent fcddcb4a
...@@ -615,7 +615,7 @@ STDMETHODIMP CapturePin::QueryId( LPWSTR * Id ) ...@@ -615,7 +615,7 @@ STDMETHODIMP CapturePin::QueryId( LPWSTR * Id )
msg_Dbg( p_input, "CapturePin::QueryId" ); msg_Dbg( p_input, "CapturePin::QueryId" );
#endif #endif
*Id = L"VideoLAN Capture Pin"; *Id = (LPWSTR)L"VLC Capture Pin";
return S_OK; return S_OK;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment