Commit 18ce63a6 authored by Roger Pack's avatar Roger Pack Committed by Timo Rothenpieler

avdevice/dshow: satisfy alloc contract better

prevent non-rgb24 crashes on windows 10 anniversary ed
Signed-off-by: 's avatarRoger Pack <rogerpack2005@gmail.com>
parent a8e3833a
...@@ -157,9 +157,7 @@ libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) ...@@ -157,9 +157,7 @@ libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info)
if (!info) if (!info)
return E_POINTER; return E_POINTER;
*info = wcsdup(L"libAV"); return E_NOTIMPL; /* don't have to do anything here */
return S_OK;
} }
static int static int
......
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