[PATCH] mf: Remove FIXME for zero buffer size, it's used as is.

Nikolay Sivov nsivov at codeweavers.com
Mon Mar 16 04:19:21 CDT 2020


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/mf/session.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/mf/session.c b/dlls/mf/session.c
index e98be7c95f..07cfc4ee8c 100644
--- a/dlls/mf/session.c
+++ b/dlls/mf/session.c
@@ -2257,9 +2257,6 @@ static HRESULT transform_node_get_sample(struct topo_node *node, DWORD output, I
     {
         IMFMediaBuffer *buffer = NULL;
 
-        if (!stream_info.cbSize)
-            FIXME("Unhandled buffer size %u.\n", stream_info.cbSize);
-
         hr = MFCreateAlignedMemoryBuffer(stream_info.cbSize, stream_info.cbAlignment, &buffer);
         if (SUCCEEDED(hr))
             hr = MFCreateSample(&buffers[output].pSample);
-- 
2.25.1




More information about the wine-devel mailing list