diff electronicarts.c @ 2633:0605d25fba46 libavformat

cosmetics: indentation
author aurel
date Thu, 18 Oct 2007 22:27:27 +0000
parents c5118e086450
children 95cfd6b8f8d5
line wrap: on
line diff
--- a/electronicarts.c	Thu Oct 18 22:26:23 2007 +0000
+++ b/electronicarts.c	Thu Oct 18 22:27:27 2007 +0000
@@ -167,20 +167,19 @@
     for (i=0; i<5 && (!ea->audio_codec || !ea->video_codec); i++) {
         unsigned int startpos = url_ftell(pb);
 
-    blockid = get_le32(pb);
+        blockid = get_le32(pb);
         size = get_le32(pb);
 
         switch (blockid) {
             case SCHl_TAG :
-    blockid = get_le32(pb);
-    if (blockid == GSTR_TAG) {
-        url_fskip(pb, 4);
-    } else if (blockid != PT00_TAG) {
-        av_log (s, AV_LOG_ERROR, "unknown SCHl headerid\n");
-        return 0;
-    }
-
-    process_audio_header_elements(s);
+                blockid = get_le32(pb);
+                if (blockid == GSTR_TAG) {
+                    url_fskip(pb, 4);
+                } else if (blockid != PT00_TAG) {
+                    av_log (s, AV_LOG_ERROR, "unknown SCHl headerid\n");
+                    return 0;
+                }
+                process_audio_header_elements(s);
                 break;
 
             case MVhd_TAG :