summaryrefslogtreecommitdiff
path: root/src/libw32dll/libwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll/libwin32.h')
-rw-r--r--src/libw32dll/libwin32.h9
1 files changed, 5 insertions, 4 deletions
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;
/*