Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9e33f3f3
Commit
9e33f3f3
authored
Mar 16, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf: Remove FIXME for zero buffer size, it's used as is.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bd00dede
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
session.c
dlls/mf/session.c
+0
-3
No files found.
dlls/mf/session.c
View file @
9e33f3f3
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment