mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Updated mfplat-streaming-support patchset
Fix typo.
This commit is contained in:
parent
68c50a8fb4
commit
28fad42582
@ -315,12 +315,12 @@ index fe8ba885e9..31881399a9 100644
|
||||
+ for (j = 0; j < cur->input_types_count; j++)
|
||||
+ {
|
||||
+ input_types[j].guidMajorType = *(cur->major_type);
|
||||
+ input_types[j].guidSubtype = *(cur->input_types[i]);
|
||||
+ input_types[j].guidSubtype = *(cur->input_types[j]);
|
||||
+ }
|
||||
+ for (k = 0; k < cur->output_types_count; k++)
|
||||
+ {
|
||||
+ output_types[k].guidMajorType = *(cur->major_type);
|
||||
+ output_types[k].guidSubtype = *(cur->output_types[i]);
|
||||
+ output_types[k].guidSubtype = *(cur->output_types[k]);
|
||||
+ }
|
||||
+
|
||||
+ hr = MFTRegister(*(cur->clsid), *(cur->category), cur->name, cur->flags, cur->input_types_count,
|
||||
|
Loading…
x
Reference in New Issue
Block a user