2010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>

* include/bdatypes.h: Add missing semicolons.
This commit is contained in:
Chris Sutcliffe 2010-12-27 19:15:29 +00:00
parent c8d1848d07
commit 39e8c3f232
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>
* include/bdatypes.h: Add missing semicolons.
2010-08-26 Chris Sutcliffe <ir0nh34d@users.sf.net> 2010-08-26 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.15. * include/w32api.h: Increment version to 3.15.

View File

@ -17,9 +17,9 @@ typedef enum {
} MEDIA_SAMPLE_CONTENT; } MEDIA_SAMPLE_CONTENT;
/*--- DirectShow Reference - DirectShow Structures */ /*--- DirectShow Reference - DirectShow Structures */
typedef struct { typedef struct {
DWORD dwOffset DWORD dwOffset;
DWORD dwPacketLength DWORD dwPacketLength;
DWORD dwStride DWORD dwStride;
} MPEG2_TRANSPORT_STRIDE; } MPEG2_TRANSPORT_STRIDE;
typedef struct { typedef struct {
ULONG ulPID; ULONG ulPID;