Hello,
I got a test program compiled and linked with some directshow stuff.
Hadn't tested it yet, but wanted to send a small patch with some easy
fixes first.
Ryan
diff --git a/cegcc/src/w32api/include/amvideo.h b/cegcc/src/w32api/include/amvideo.h
index 10e8e60..906d6ab 100644
--- a/cegcc/src/w32api/include/amvideo.h
+++ b/cegcc/src/w32api/include/amvideo.h
@@ -52,10 +52,10 @@ typedef struct tagVIDEOINFOHEADER {
BITMAPINFOHEADER bmiHeader;
} VIDEOINFOHEADER;
typedef struct tagVIDEOINFO {
- RECT rcSource,
- RECT rcTarget,
- DWORD dwBitRate,
- DWORD dwBitErrorRate,
+ RECT rcSource;
+ RECT rcTarget;
+ DWORD dwBitRate;
+ DWORD dwBitErrorRate;
REFERENCE_TIME AvgTimePerFrame;
BITMAPINFOHEADER bmiHeader;
union {
diff --git a/cegcc/src/w32api/include/bdatypes.h b/cegcc/src/w32api/include/bdatypes.h
index 5456ff6..d42dceb 100644
--- a/cegcc/src/w32api/include/bdatypes.h
+++ b/cegcc/src/w32api/include/bdatypes.h
@@ -17,9 +17,9 @@ typedef enum {
} MEDIA_SAMPLE_CONTENT;
/*--- DirectShow Reference - DirectShow Structures */
typedef struct {
- DWORD dwOffset
- DWORD dwPacketLength
- DWORD dwStride
+ DWORD dwOffset;
+ DWORD dwPacketLength;
+ DWORD dwStride;
} MPEG2_TRANSPORT_STRIDE;
typedef struct {
ULONG ulPID;
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel