Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
7187965a
Commit
7187965a
authored
Jun 23, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Jul 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf/tests: Add todo_wine for newer FFmpeg versions.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
parent
9af3a79b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
mf.c
dlls/mf/tests/mf.c
+4
-1
No files found.
dlls/mf/tests/mf.c
View file @
7187965a
...
...
@@ -6390,7 +6390,7 @@ static void check_sample_pcm16_(int line, IMFSample *sample, const BYTE *expect_
if
(
expect
-
value
+
512
>
1024
)
break
;
}
todo_wine_if
(
todo
)
todo_wine_if
(
todo
&&
i
<
length
/
2
)
ok_
(
__FILE__
,
line
)(
i
==
length
,
"unexpected buffer data
\n
"
);
if
(
output_file
)
WriteFile
(
output_file
,
buffer
,
length
,
&
length
,
NULL
);
...
...
@@ -7027,6 +7027,9 @@ static void test_wma_decoder(void)
hr
=
IMFTransform_ProcessOutput
(
transform
,
0
,
1
,
&
output
,
&
status
);
winetest_pop_context
();
/* some FFmpeg version request more input to complete decoding */
if
(
hr
==
MF_E_TRANSFORM_NEED_MORE_INPUT
&&
i
==
2
)
break
;
}
todo_wine
ok
(
wmadec_data_len
==
0
,
"missing %#lx bytes
\n
"
,
wmadec_data_len
);
...
...
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