Another patch to include the FILTER_STATE enumeration. I think this is
used with the IBaseFilter interface. I will soon find out.
Ryan
diff --git a/cegcc/src/w32api/include/dshow.h b/cegcc/src/w32api/include/dshow.h
index da4bf68..7d24759 100644
--- a/cegcc/src/w32api/include/dshow.h
+++ b/cegcc/src/w32api/include/dshow.h
@@ -96,11 +96,17 @@ typedef struct _tag_AMVAUncompBufferInfo{
DWORD dwMaxNumSurfaces;
DDPIXELFORMAT ddUncompPixelFormat;
} AMVAUncompBufferInfo,*LPAMVAUncompBufferInfo;
- typedef struct _tag_AMVAUncompDataInfo{
+typedef struct _tag_AMVAUncompDataInfo{
DWORD dwUncompWidth;
DWORD dwUncompHeight;
DDPIXELFORMAT ddUncompPixelFormat;
} AMVAUncompDataInfo,*LPAMVAUncompDataInfo;
+typedef enum _FilterState
+{
+ State_Stopped,
+ State_Paused,
+ State_Running
+} FILTER_STATE;
#ifdef __cplusplus
}
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel