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
9ab38049
Commit
9ab38049
authored
Apr 07, 2023
by
Paul Gofman
Committed by
Alexandre Julliard
Apr 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf/tests: Increase h264data.bin video length.
parent
69b98b2b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
h264data.bin
dlls/mf/tests/h264data.bin
+0
-0
resource.rc
dlls/mf/tests/resource.rc
+1
-1
transform.c
dlls/mf/tests/transform.c
+1
-1
No files found.
dlls/mf/tests/h264data.bin
View file @
9ab38049
No preview for this file type
dlls/mf/tests/resource.rc
View file @
9ab38049
...
@@ -55,7 +55,7 @@ mp3encdata.bin RCDATA mp3encdata.bin
...
@@ -55,7 +55,7 @@ mp3encdata.bin RCDATA mp3encdata.bin
mp3decdata.bin RCDATA mp3decdata.bin
mp3decdata.bin RCDATA mp3decdata.bin
/* Generated with:
/* Generated with:
* gst-launch-1.0 videotestsrc num-buffers=
6
0 pattern=smpte100 ! \
* gst-launch-1.0 videotestsrc num-buffers=
12
0 pattern=smpte100 ! \
* video/x-raw,format=I420,width=84,height=82,framerate=30000/1001 ! \
* video/x-raw,format=I420,width=84,height=82,framerate=30000/1001 ! \
* videoflip method=clockwise ! videoconvert ! \
* videoflip method=clockwise ! videoconvert ! \
* x264enc ! filesink location=dlls/mf/tests/h264data.bin
* x264enc ! filesink location=dlls/mf/tests/h264data.bin
...
...
dlls/mf/tests/transform.c
View file @
9ab38049
...
@@ -3845,7 +3845,7 @@ static void test_h264_decoder(void)
...
@@ -3845,7 +3845,7 @@ static void test_h264_decoder(void)
todo_wine
todo_wine
ok
(
i
==
2
,
"got %lu iterations
\n
"
,
i
);
ok
(
i
==
2
,
"got %lu iterations
\n
"
,
i
);
todo_wine
todo_wine
ok
(
h264_encoded_data_len
==
1180
,
"got h264_encoded_data_len %lu
\n
"
,
h264_encoded_data_len
);
ok
(
h264_encoded_data_len
==
2425
,
"got h264_encoded_data_len %lu
\n
"
,
h264_encoded_data_len
);
ok
(
hr
==
MF_E_TRANSFORM_STREAM_CHANGE
,
"ProcessOutput returned %#lx
\n
"
,
hr
);
ok
(
hr
==
MF_E_TRANSFORM_STREAM_CHANGE
,
"ProcessOutput returned %#lx
\n
"
,
hr
);
ok
(
output_status
==
MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE
,
"got output[0].dwStatus %#lx
\n
"
,
output_status
);
ok
(
output_status
==
MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE
,
"got output[0].dwStatus %#lx
\n
"
,
output_status
);
hr
=
IMFSample_GetTotalLength
(
output_sample
,
&
length
);
hr
=
IMFSample_GetTotalLength
(
output_sample
,
&
length
);
...
...
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