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
698d4114
Commit
698d4114
authored
May 18, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
May 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix a typo in IDirectShowStream interface.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3321a7fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
amstream.idl
include/amstream.idl
+2
-2
No files found.
include/amstream.idl
View file @
698d4114
...
...
@@ -76,9 +76,9 @@ interface IDirectShowStream : IDispatch
[
propget
,
id
(
1
),
helpstring
(
"property FileName"
)
]
HRESULT
FileName
(
[
out
,
retval
]
BSTR
*
pVal
)
;
[
propput
,
id
(
1
),
helpstring
(
"property FileName"
)
]
HRESULT
FileName
(
[
in
]
BSTR
newVal
)
;
[
propget
,
id
(
2
),
helpstring
(
"property Video"
)
]
HRESULT
Video
(
[
out
,
retval
]
OUTPUT_STATE
*
pVal
)
;
[
propput
,
id
(
2
),
helpstring
(
"prope
tr
y Video"
)
]
HRESULT
Video
(
[
in
]
OUTPUT_STATE
newVal
)
;
[
propput
,
id
(
2
),
helpstring
(
"prope
rt
y Video"
)
]
HRESULT
Video
(
[
in
]
OUTPUT_STATE
newVal
)
;
[
propget
,
id
(
3
),
helpstring
(
"property Audio"
)
]
HRESULT
Audio
(
[
out
,
retval
]
OUTPUT_STATE
*
pVal
)
;
[
propput
,
id
(
3
),
helpstring
(
"prope
tr
y Audio"
)
]
HRESULT
Audio
(
[
in
]
OUTPUT_STATE
newVal
)
;
[
propput
,
id
(
3
),
helpstring
(
"prope
rt
y Audio"
)
]
HRESULT
Audio
(
[
in
]
OUTPUT_STATE
newVal
)
;
}
;
[
...
...
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