Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/dshow_filter.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavdevice/dshow_filter.c b/libavdevice/dshow_filter.c
index 7360adcfcd..db4bff60f8 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