From 732cb5fd5af0643b34ff96023f65c7913090af61 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 9 Nov 2007 21:52:29 +0000 Subject: add {} to make the else look a little more normal Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index fa5d7c5b6d..dde743b9d2 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -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 -- cgit v1.2.3