changeset 2448:bc52328116ac libavformat

Indentation
author conrad
date Wed, 05 Sep 2007 00:23:21 +0000
parents 54f0053730cf
children 1226842f8de0
files matroskaenc.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/matroskaenc.c	Wed Sep 05 00:23:19 2007 +0000
+++ b/matroskaenc.c	Wed Sep 05 00:23:21 2007 +0000
@@ -39,12 +39,12 @@
 } mkv_seekhead;
 
 typedef struct MatroskaMuxContext {
-    offset_t    segment;
-    offset_t    segment_offset;
-    offset_t    cluster;
-    uint64_t    cluster_pts;
-    offset_t    duration_offset;
-    uint64_t    duration;
+    offset_t        segment;
+    offset_t        segment_offset;
+    offset_t        cluster;
+    uint64_t        cluster_pts;
+    offset_t        duration_offset;
+    uint64_t        duration;
     mkv_seekhead    *main_seekhead;
     mkv_seekhead    *cluster_seekhead;
 } MatroskaMuxContext;