2010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>
* include/bdatypes.h: Add missing semicolons.
This commit is contained in:
parent
c8d1848d07
commit
39e8c3f232
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue