diff vorbis_dec.c @ 10310:d3644248015a libavcodec

some more linebreak and brace placement cosmetics
author diego
date Mon, 28 Sep 2009 21:46:22 +0000
parents d157ccc267e7
children 7bfcc66f807d
line wrap: on
line diff
--- a/vorbis_dec.c	Mon Sep 28 21:13:47 2009 +0000
+++ b/vorbis_dec.c	Mon Sep 28 21:46:22 2009 +0000
@@ -747,9 +747,8 @@
 
         if (mapping_setup->submaps>1) {
             mapping_setup->mux=av_mallocz(vc->audio_channels * sizeof(uint_fast8_t));
-            for(j=0;j<vc->audio_channels;++j) {
+            for(j=0;j<vc->audio_channels;++j)
                 mapping_setup->mux[j]=get_bits(gb, 4);
-            }
         }
 
         for(j=0;j<mapping_setup->submaps;++j) {
@@ -1162,7 +1161,8 @@
     int_fast16_t dy, err;
 
 
-    if (!get_bits1(gb)) return 1; // silence
+    if (!get_bits1(gb)) // silence
+        return 1;
 
 // Read values (or differences) for the floor's points