summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.h
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2004-08-27 17:01:12 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2004-08-27 17:01:12 +0000
commitece91164c88e5af4f1a1d99bb17d8f7295606b41 (patch)
tree77c1108721c9cd2617b846bf177cceaf8eec1800 /gst/matroska/matroska-mux.h
parent7e9f0b9582399a1e6194cf6d0ba2091674e61d01 (diff)
Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually works
Original commit message from CVS: Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually works
Diffstat (limited to 'gst/matroska/matroska-mux.h')
-rw-r--r--gst/matroska/matroska-mux.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h
index 78f31faf..f923ce86 100644
--- a/gst/matroska/matroska-mux.h
+++ b/gst/matroska/matroska-mux.h
@@ -42,6 +42,20 @@ G_BEGIN_DECLS
#define GST_MATROSKA_MUX_MAX_STREAMS 64
+typedef struct _BITMAPINFOHEADER {
+ guint32 bi_size;
+ guint32 bi_width;
+ guint32 bi_height;
+ guint16 bi_planes;
+ guint16 bi_bit_count;
+ guint32 bi_compression;
+ guint32 bi_size_image;
+ guint32 bi_x_pels_per_meter;
+ guint32 bi_y_pels_per_meter;
+ guint32 bi_clr_used;
+ guint32 bi_clr_important;
+} BITMAPINFOHEADER;
+
typedef enum {
GST_MATROSKA_MUX_STATE_START,
GST_MATROSKA_MUX_STATE_HEADER,