Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/mpegtype.h')
-rw-r--r--winsup/w32api/include/mpegtype.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/winsup/w32api/include/mpegtype.h b/winsup/w32api/include/mpegtype.h
deleted file mode 100644
index 9d8a21821..000000000
--- a/winsup/w32api/include/mpegtype.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef _MPEGTYPE_H
-#define _MPEGTYPE_H
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#include <strmif.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*--- DirectShow Reference - DirectShow Structures */
-typedef struct tagAM_MPEGSTREAMTYPE {
- DWORD dwStreamID;
- DWORD dwReserved;
- AM_MEDIA_TYPE mt;
- BYTE bFormat[1];
-} AM_MPEGSTREAMTYPE;
-typedef struct tagAM_MPEGSYSTEMTYPE {
- DWORD dwBitRate;
- DWORD cStreams;
- AM_MPEGSTREAMTYPE Streams[1];
-} AM_MPEGSYSTEMTYPE;
-
-#ifdef __cplusplus
-}
-#endif
-#endif