diff --git a/libavdevice/dshow_filter.c b/libavdevice/dshow_filter.c
index 7360adcfcd601bc0af3782b9ed6f2d75c79d4077..db4bff60f8e34a68693b9a10631fc4c8a1d1ecaa 100644
--- a/libavdevice/dshow_filter.c
+++ b/libavdevice/dshow_filter.c
@@ -157,9 +157,7 @@ libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info)
 
     if (!info)
         return E_POINTER;
-    *info = wcsdup(L"libAV");
-
-    return S_OK;
+    return E_NOTIMPL; /* don't have to do anything here */
 }
 
 static int