summaryrefslogtreecommitdiffstats
path: root/gst/matroska/ebml-ids.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
commit5acffea623eaa95469a8fb77260c85240c6c0a41 (patch)
tree5d1eb5b3c6cbe7ff7888cfe0b2f972f7e509e99d /gst/matroska/ebml-ids.h
parentf878cc16402dcc70f31861bb120f435f3157c518 (diff)
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
Diffstat (limited to 'gst/matroska/ebml-ids.h')
-rw-r--r--gst/matroska/ebml-ids.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gst/matroska/ebml-ids.h b/gst/matroska/ebml-ids.h
index eb396b23..329f036c 100644
--- a/gst/matroska/ebml-ids.h
+++ b/gst/matroska/ebml-ids.h
@@ -23,10 +23,13 @@
#define __GST_EBML_IDS_H__
G_BEGIN_DECLS
+
/* EBML version supported */
#define GST_EBML_VERSION 1
+
/* top-level master-IDs */
#define GST_EBML_ID_HEADER 0x1A45DFA3
+
/* IDs in the HEADER master */
#define GST_EBML_ID_EBMLVERSION 0x4286
#define GST_EBML_ID_EBMLREADVERSION 0x42F7
@@ -35,7 +38,10 @@ G_BEGIN_DECLS
#define GST_EBML_ID_DOCTYPE 0x4282
#define GST_EBML_ID_DOCTYPEVERSION 0x4287
#define GST_EBML_ID_DOCTYPEREADVERSION 0x4285
+
/* general EBML types */
#define GST_EBML_ID_VOID 0xEC
- G_END_DECLS
+
+G_END_DECLS
+
#endif /* __GST_EBML_IDS_H__ */