Nikolay Sivov : mf: Remove FIXME for zero buffer size, it's used as is.

Alexandre Julliard julliard at winehq.org
Mon Mar 16 16:49:06 CDT 2020


Module: wine
Branch: master
Commit: 9e33f3f312a477df1fd9460e4977f3c7ad941b45
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9e33f3f312a477df1fd9460e4977f3c7ad941b45

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar 16 12:19:21 2020 +0300

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

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list