[FFmpeg-soc] [soc]: r224 - matroska/matroskaenc.c

conrad subversion at mplayerhq.hu
Sun Jun 3 03:36:39 CEST 2007


Author: conrad
Date: Sun Jun  3 03:36:39 2007
New Revision: 224

Log:
Cosmetics: align nicely for better readibility

Modified:
   matroska/matroskaenc.c

Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c	(original)
+++ matroska/matroskaenc.c	Sun Jun  3 03:36:39 2007
@@ -113,13 +113,13 @@ static int mkv_write_header(AVFormatCont
     int i;
 
     ebml_header = start_ebml_master(pb, EBML_ID_HEADER);
-    put_ebml_uint(pb, EBML_ID_EBMLVERSION, 1);
-    put_ebml_uint(pb, EBML_ID_EBMLREADVERSION, 1);
-    put_ebml_uint(pb, EBML_ID_EBMLMAXIDLENGTH, 4);
-    put_ebml_uint(pb, EBML_ID_EBMLMAXSIZELENGTH, 8);
-    put_ebml_string(pb, EBML_ID_DOCTYPE, "matroska");
-    put_ebml_uint(pb, EBML_ID_DOCTYPEVERSION, 1);
-    put_ebml_uint(pb, EBML_ID_DOCTYPEREADVERSION, 1);
+    put_ebml_uint   (pb, EBML_ID_EBMLVERSION        ,           1);
+    put_ebml_uint   (pb, EBML_ID_EBMLREADVERSION    ,           1);
+    put_ebml_uint   (pb, EBML_ID_EBMLMAXIDLENGTH    ,           4);
+    put_ebml_uint   (pb, EBML_ID_EBMLMAXSIZELENGTH  ,           8);
+    put_ebml_string (pb, EBML_ID_DOCTYPE            ,  "matroska");
+    put_ebml_uint   (pb, EBML_ID_DOCTYPEVERSION     ,           1);
+    put_ebml_uint   (pb, EBML_ID_DOCTYPEREADVERSION ,           1);
     end_ebml_master(pb, ebml_header);
 
     mkv->segment = start_ebml_master(pb, MATROSKA_ID_SEGMENT);



More information about the FFmpeg-soc mailing list