[vlc-commits] DShow: kill a warning
Jean-Baptiste Kempf
git at videolan.org
Tue Feb 22 23:13:35 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 22 23:13:23 2011 +0100| [77b92802b476a00131fd5877141ad24f9b05f139] | committer: Jean-Baptiste Kempf
DShow: kill a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77b92802b476a00131fd5877141ad24f9b05f139
---
modules/access/dshow/filter.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/dshow/filter.cpp b/modules/access/dshow/filter.cpp
index 111f6ce..5a7f072 100644
--- a/modules/access/dshow/filter.cpp
+++ b/modules/access/dshow/filter.cpp
@@ -615,7 +615,7 @@ STDMETHODIMP CapturePin::QueryId( LPWSTR * Id )
msg_Dbg( p_input, "CapturePin::QueryId" );
#endif
- *Id = L"VideoLAN Capture Pin";
+ *Id = (LPWSTR)L"VLC Capture Pin";
return S_OK;
}
More information about the vlc-commits
mailing list