expand tabs
[platform/upstream/gstreamer.git] / gst-libs / gst / riff / riff-ids.h
index e311f9e..1aa5999 100644 (file)
@@ -318,10 +318,10 @@ typedef struct _gst_riff_strf_iavs {
 typedef struct _gst_riff_index_entry {  
   guint32 id;
   guint32 flags;
-#define GST_RIFF_IF_LIST               (0x00000001L)
-#define GST_RIFF_IF_KEYFRAME           (0x00000010L)
-#define GST_RIFF_IF_NO_TIME            (0x00000100L)
-#define GST_RIFF_IF_COMPUSE            (0x0FFF0000L)
+#define GST_RIFF_IF_LIST                (0x00000001L)
+#define GST_RIFF_IF_KEYFRAME            (0x00000010L)
+#define GST_RIFF_IF_NO_TIME             (0x00000100L)
+#define GST_RIFF_IF_COMPUSE             (0x0FFF0000L)
   guint32 offset;
   guint32 size;
 } gst_riff_index_entry;