Commit 9e33f3f3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

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

parent bd00dede
......@@ -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);
......
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