summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:52:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:52:29 +0000
commit732cb5fd5af0643b34ff96023f65c7913090af61 (patch)
tree4c886cf405af28dcb627f8646e3301943f2d76ca /libavcodec/vc1.c
parentdd2111bdb72e60aca9b10d4eb3d10b62d2239919 (diff)
add {} to make the else look a little more normal
Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c3
1 files changed, 2 insertions, 1 deletions
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