add {} to make the else look a little more normal
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Nov 2007 21:52:29 +0000 (21:52 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Nov 2007 21:52:29 +0000 (21:52 +0000)
Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vc1.c

index fa5d7c5..dde743b 100644 (file)
@@ -3760,7 +3760,7 @@ static void vc1_decode_blocks(VC1Context *v)
     v->s.esc3_level_length = 0;
     if(v->x8_type){
         ff_intrax8_decode_picture(&v->x8, 2*v->pq+v->halfpq, v->pq*(!v->pquantizer) );
-    }else
+    }else{
 
         switch(v->s.pict_type) {
         case I_TYPE:
@@ -3785,6 +3785,7 @@ static void vc1_decode_blocks(VC1Context *v)
                 vc1_decode_b_blocks(v);
             break;
         }
+    }
 }
 
 /** Find VC-1 marker in buffer