Commit 800dbb49 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

wineqtdecoder: Implement a Wine specific Data Handler.

parent f9abb07f
...@@ -4,6 +4,7 @@ EXTRALIBS = @QUICKTIMELIB@ ...@@ -4,6 +4,7 @@ EXTRALIBS = @QUICKTIMELIB@
C_SRCS = \ C_SRCS = \
main.c \ main.c \
qtdatahandler.c \
qtutils.c \ qtutils.c \
qtvdecoder.c qtvdecoder.c
......
...@@ -18,4 +18,11 @@ ...@@ -18,4 +18,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * 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); HRESULT AccessPixelBufferPixels( CVPixelBufferRef pixelBuffer, LPBYTE pbDstStream);
void RegisterWineDataHandler( void );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment