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
ed858386
Commit
ed858386
authored
Nov 20, 2013
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qcap: Add AVI Mux filter stub.
parent
9ea983dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile.in
dlls/qcap/Makefile.in
+1
-0
avimux.c
dlls/qcap/avimux.c
+0
-0
qcap_main.c
dlls/qcap/qcap_main.c
+3
-3
qcap_main.h
dlls/qcap/qcap_main.h
+3
-3
No files found.
dlls/qcap/Makefile.in
View file @
ed858386
...
...
@@ -2,6 +2,7 @@ MODULE = qcap.dll
IMPORTS
=
strmiids strmbase uuid ole32 gdi32 advapi32
C_SRCS
=
\
avimux.c
\
capturegraph.c
\
enummedia.c
\
qcap_main.c
\
...
...
dlls/qcap/avimux.c
0 → 100644
View file @
ed858386
This diff is collapsed.
Click to expand it.
dlls/qcap/qcap_main.c
View file @
ed858386
...
...
@@ -99,17 +99,17 @@ FactoryTemplate const g_Templates[] = {
},{
wAVIMux
,
&
CLSID_AviDest
,
NULL
,
/* FIXME: Implement QCAP_createAVImux */
QCAP_createAVIMux
,
NULL
},{
wAVIMuxPropPage
,
&
CLSID_AviMuxProptyPage
,
NULL
,
/* FIXME: Implement QCAP_createAVI
m
uxPropertyPage */
NULL
,
/* FIXME: Implement QCAP_createAVI
M
uxPropertyPage */
NULL
},{
wAVIMuxPropPage1
,
&
CLSID_AviMuxProptyPage1
,
NULL
,
/* FIXME: Implement QCAP_createAVI
m
uxPropertyPage1 */
NULL
,
/* FIXME: Implement QCAP_createAVI
M
uxPropertyPage1 */
NULL
},{
wFileWriter
,
...
...
dlls/qcap/qcap_main.h
View file @
ed858386
...
...
@@ -28,9 +28,9 @@ extern IUnknown * WINAPI QCAP_createAudioCaptureFilter(IUnknown *pUnkOuter, HRES
extern
IUnknown
*
WINAPI
QCAP_createAVICompressor
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createVFWCaptureFilter
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createVFWCaptureFilterPropertyPage
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createAVI
m
ux
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createAVI
m
uxPropertyPage
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createAVI
m
uxPropertyPage1
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createAVI
M
ux
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createAVI
M
uxPropertyPage
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createAVI
M
uxPropertyPage1
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createFileWriter
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createCaptureGraphBuilder2
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
extern
IUnknown
*
WINAPI
QCAP_createInfinitePinTeeFilter
(
IUnknown
*
pUnkOuter
,
HRESULT
*
phr
)
DECLSPEC_HIDDEN
;
...
...
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