[Ffmpeg-cvslog] r7979 - trunk/libavformat/aiff.c

bcoudurier subversion
Wed Feb 14 12:18:35 CET 2007


Author: bcoudurier
Date: Wed Feb 14 12:18:34 2007
New Revision: 7979

Modified:
   trunk/libavformat/aiff.c

Log:
indentation

Modified: trunk/libavformat/aiff.c
==============================================================================
--- trunk/libavformat/aiff.c	(original)
+++ trunk/libavformat/aiff.c	Wed Feb 14 12:18:34 2007
@@ -180,10 +180,10 @@
     put_tag(pb, aifc ? "AIFC" : "AIFF");
 
     if (aifc) {
-    /* Version chunk */
-    put_tag(pb, "FVER");
-    put_be32(pb, 4);
-    put_be32(pb, 0xA2805140);
+        /* Version chunk */
+        put_tag(pb, "FVER");
+        put_be32(pb, 4);
+        put_be32(pb, 0xA2805140);
     }
 
     /* Common chunk */
@@ -209,8 +209,8 @@
     put_buffer(pb, (uint8_t*)&sample_rate, sizeof(sample_rate));
 
     if (aifc) {
-    put_le32(pb, enc->codec_tag);
-    put_be16(pb, 0);
+        put_le32(pb, enc->codec_tag);
+        put_be16(pb, 0);
     }
 
     /* Sound data chunk */




More information about the ffmpeg-cvslog mailing list