summaryrefslogtreecommitdiffstats
path: root/gst/matroska/ebml-ids.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
commit5d25c00e4b613b9cdf2c04fa3a68dffa03834a68 (patch)
tree74a5b1eaf3a324b520e64e87404fd0b3018a7829 /gst/matroska/ebml-ids.h
parent1e83b097f7b732ae49e294a5a398bdc3e88854a8 (diff)
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'gst/matroska/ebml-ids.h')
-rw-r--r--gst/matroska/ebml-ids.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gst/matroska/ebml-ids.h b/gst/matroska/ebml-ids.h
index 329f036c..eb396b23 100644
--- a/gst/matroska/ebml-ids.h
+++ b/gst/matroska/ebml-ids.h
@@ -23,13 +23,10 @@
#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
@@ -38,10 +35,7 @@ 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__ */