diff options
Diffstat (limited to 'gst/matroska/ebml-ids.h')
-rw-r--r-- | gst/matroska/ebml-ids.h | 8 |
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__ */ |