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
800dbb49
Commit
800dbb49
authored
Apr 05, 2011
by
Aric Stewart
Committed by
Alexandre Julliard
Apr 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineqtdecoder: Implement a Wine specific Data Handler.
parent
f9abb07f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.in
dlls/wineqtdecoder/Makefile.in
+1
-0
qtdatahandler.c
dlls/wineqtdecoder/qtdatahandler.c
+0
-0
qtprivate.h
dlls/wineqtdecoder/qtprivate.h
+7
-0
No files found.
dlls/wineqtdecoder/Makefile.in
View file @
800dbb49
...
...
@@ -4,6 +4,7 @@ EXTRALIBS = @QUICKTIMELIB@
C_SRCS
=
\
main.c
\
qtdatahandler.c
\
qtutils.c
\
qtvdecoder.c
...
...
dlls/wineqtdecoder/qtdatahandler.c
0 → 100644
View file @
800dbb49
This diff is collapsed.
Click to expand it.
dlls/wineqtdecoder/qtprivate.h
View file @
800dbb49
...
...
@@ -18,4 +18,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
typedef
struct
WineDataRefRecordTag
{
IAsyncReader
*
pReader
;
GUID
streamSubtype
;
}
WineDataRefRecord
;
HRESULT
AccessPixelBufferPixels
(
CVPixelBufferRef
pixelBuffer
,
LPBYTE
pbDstStream
);
void
RegisterWineDataHandler
(
void
);
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