From c1b4a8fe3866ff075e8e90e64b7bccd6eae9a17d Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 15 Nov 2001 14:28:18 +0000 Subject: full DirectShow support (needs testing) CVS patchset: 1043 CVS date: 2001/11/15 14:28:18 --- src/libw32dll/libwin32.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/libw32dll/libwin32.h') diff --git a/src/libw32dll/libwin32.h b/src/libw32dll/libwin32.h index cf57b2f88..ff3c448a8 100644 --- a/src/libw32dll/libwin32.h +++ b/src/libw32dll/libwin32.h @@ -39,13 +39,13 @@ typedef struct _CImage // public your_libvo_mem { char* ptr; - char* (*Data)(); - /*{ + /*char* (*Data)(); + { return 0; // pointer to memory block }*/ - int (*Supported)(fourcc_t csp, int bits); - /*{ + /*int (*Supported)(fourcc_t csp, int bits); + { return true; // if you support such surface }*/ @@ -134,6 +134,7 @@ typedef struct _IVideoDecoder BITMAPINFOHEADER* m_bh; // format of input data (might be larger - e.g. huffyuv) BITMAPINFOHEADER m_decoder; // format of decoder output BITMAPINFOHEADER m_obh; // format of returned frames + int colors[3]; }IVideoDecoder; /* -- cgit v1.2.3