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
e8d97785
Commit
e8d97785
authored
Jun 30, 2003
by
Christian Costa
Committed by
Alexandre Julliard
Jun 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some stubs.
parent
36001fe6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
api.c
dlls/avifil32/api.c
+20
-0
avifil32.spec
dlls/avifil32/avifil32.spec
+2
-2
No files found.
dlls/avifil32/api.c
View file @
e8d97785
...
...
@@ -835,6 +835,26 @@ HRESULT WINAPI AVIStreamOpenFromFileW(PAVISTREAM *ppavi, LPCWSTR szFile,
}
/***********************************************************************
* AVIStreamBeginStreaming (AVIFIL32.@)
*/
LONG
WINAPI
AVIStreamBeginStreaming
(
PAVISTREAM
pavi
,
LONG
lStart
,
LONG
lEnd
,
LONG
lRate
)
{
FIXME
(
"(%p)->(%ld,%ld,%ld)
\n
"
,
pavi
,
lStart
,
lEnd
,
lRate
);
return
AVIERR_OK
;
}
/***********************************************************************
* AVIStreamEndStreaming (AVIFIL32.@)
*/
LONG
WINAPI
AVIStreamEndStreaming
(
PAVISTREAM
pavi
)
{
FIXME
(
"(%p)
\n
"
,
pavi
);
return
AVIERR_OK
;
}
/***********************************************************************
* AVIStreamStart (AVIFILE.130)
* AVIStreamStart (AVIFIL32.@)
*/
...
...
dlls/avifil32/avifil32.spec
View file @
e8d97785
...
...
@@ -33,9 +33,9 @@
@ stdcall AVISaveVW(wstr ptr ptr long ptr ptr)
@ stub AVISaveW
@ stdcall AVIStreamAddRef(ptr)
@ st
ub AVIStreamBeginStreaming
@ st
dcall AVIStreamBeginStreaming(ptr long long long)
@ stdcall AVIStreamCreate(ptr long long ptr)
@ st
ub AVIStreamEndStreaming
@ st
dcall AVIStreamEndStreaming(ptr)
@ stdcall AVIStreamFindSample(ptr long long)
@ stdcall AVIStreamGetFrame(ptr long)
@ stdcall AVIStreamGetFrameClose(ptr)
...
...
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