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
1b502642
Commit
1b502642
authored
Nov 10, 2013
by
Michael Müller
Committed by
Alexandre Julliard
Nov 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Improve stubs for AMCertifiedOutputProtection.
parent
df6dc091
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
vmr9.c
dlls/quartz/vmr9.c
+4
-4
vfwmsgs.h
include/vfwmsgs.h
+1
-0
No files found.
dlls/quartz/vmr9.c
View file @
1b502642
...
...
@@ -1120,7 +1120,7 @@ static HRESULT WINAPI AMCertifiedOutputProtection_KeyExchange(IAMCertifiedOutput
struct
quartz_vmr
*
This
=
impl_from_IAMCertifiedOutputProtection
(
iface
);
FIXME
(
"(%p/%p)->(%p, %p, %p) stub
\n
"
,
iface
,
This
,
pRandom
,
VarLenCertGH
,
pdwLengthCertGH
);
return
E_NOTIMPL
;
return
VFW_E_NO_COPP_HW
;
}
static
HRESULT
WINAPI
AMCertifiedOutputProtection_SessionSequenceStart
(
IAMCertifiedOutputProtection
*
iface
,
...
...
@@ -1129,7 +1129,7 @@ static HRESULT WINAPI AMCertifiedOutputProtection_SessionSequenceStart(IAMCertif
struct
quartz_vmr
*
This
=
impl_from_IAMCertifiedOutputProtection
(
iface
);
FIXME
(
"(%p/%p)->(%p) stub
\n
"
,
iface
,
This
,
pSig
);
return
E_NOTIMPL
;
return
VFW_E_NO_COPP_HW
;
}
static
HRESULT
WINAPI
AMCertifiedOutputProtection_ProtectionCommand
(
IAMCertifiedOutputProtection
*
iface
,
...
...
@@ -1138,7 +1138,7 @@ static HRESULT WINAPI AMCertifiedOutputProtection_ProtectionCommand(IAMCertified
struct
quartz_vmr
*
This
=
impl_from_IAMCertifiedOutputProtection
(
iface
);
FIXME
(
"(%p/%p)->(%p) stub
\n
"
,
iface
,
This
,
cmd
);
return
E_NOTIMPL
;
return
VFW_E_NO_COPP_HW
;
}
static
HRESULT
WINAPI
AMCertifiedOutputProtection_ProtectionStatus
(
IAMCertifiedOutputProtection
*
iface
,
...
...
@@ -1148,7 +1148,7 @@ static HRESULT WINAPI AMCertifiedOutputProtection_ProtectionStatus(IAMCertifiedO
struct
quartz_vmr
*
This
=
impl_from_IAMCertifiedOutputProtection
(
iface
);
FIXME
(
"(%p/%p)->(%p, %p) stub
\n
"
,
iface
,
This
,
pStatusInput
,
pStatusOutput
);
return
E_NOTIMPL
;
return
VFW_E_NO_COPP_HW
;
}
static
const
IAMCertifiedOutputProtectionVtbl
IAMCertifiedOutputProtection_Vtbl
=
...
...
include/vfwmsgs.h
View file @
1b502642
...
...
@@ -156,6 +156,7 @@
#define VFW_E_VMR_NO_AP_SUPPLIED ((HRESULT)0x80040297)
#define VFW_E_VMR_NO_DEINTERLACE_HW ((HRESULT)0x80040298)
#define VFW_E_DVD_VMR9_INCOMPATIBLEDEC ((HRESULT)0x8004029A)
#define VFW_E_NO_COPP_HW ((HRESULT)0x8004029B)
#define VFW_E_BAD_KEY ((HRESULT)0x800403F2)
#ifndef E_PROP_ID_UNSUPPORTED
...
...
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