[SCM] libav/experimental: cosmetics: indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:46 UTC 2013


The following commit has been merged in the experimental branch:
commit ee56cab3f344bb1370cae59fdff27904f74e6a4e
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Mon Feb 2 22:14:28 2009 +0000

    cosmetics: indentation
    
    Originally committed as revision 16955 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index 857661b..ba3baf1 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -555,14 +555,14 @@ static int id3v1_create_tag(AVFormatContext *s, uint8_t *buf)
         count++;
     }
     if ((tag = av_metadata_get(s->metadata, "genre", NULL, 0))) {
-    for(i = 0; i <= ID3v1_GENRE_MAX; i++) {
-        if (!strcasecmp(tag->value, id3v1_genre_str[i])) {
-            buf[127] = i;
-            count++;
-            break;
+        for(i = 0; i <= ID3v1_GENRE_MAX; i++) {
+            if (!strcasecmp(tag->value, id3v1_genre_str[i])) {
+                buf[127] = i;
+                count++;
+                break;
+            }
         }
     }
-    }
     return count;
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list