summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:51:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:51:50 +0000
commitdd2111bdb72e60aca9b10d4eb3d10b62d2239919 (patch)
tree2c1a8758f854dc72564bdac6d4818c402d370211 /libavcodec/vc1.c
parent8590bcc3cd4c8832cc480c8c8fed4b73418afb9f (diff)
indention
Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index aa4dcdbafe..fa5d7c5b6d 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -3762,29 +3762,29 @@ static void vc1_decode_blocks(VC1Context *v)
ff_intrax8_decode_picture(&v->x8, 2*v->pq+v->halfpq, v->pq*(!v->pquantizer) );
}else
- switch(v->s.pict_type) {
- case I_TYPE:
- if(v->profile == PROFILE_ADVANCED)
- vc1_decode_i_blocks_adv(v);
- else
- vc1_decode_i_blocks(v);
- break;
- case P_TYPE:
- if(v->p_frame_skipped)
- vc1_decode_skip_blocks(v);
- else
- vc1_decode_p_blocks(v);
- break;
- case B_TYPE:
- if(v->bi_type){
+ switch(v->s.pict_type) {
+ case I_TYPE:
if(v->profile == PROFILE_ADVANCED)
vc1_decode_i_blocks_adv(v);
else
vc1_decode_i_blocks(v);
- }else
- vc1_decode_b_blocks(v);
- break;
- }
+ break;
+ case P_TYPE:
+ if(v->p_frame_skipped)
+ vc1_decode_skip_blocks(v);
+ else
+ vc1_decode_p_blocks(v);
+ break;
+ case B_TYPE:
+ if(v->bi_type){
+ if(v->profile == PROFILE_ADVANCED)
+ vc1_decode_i_blocks_adv(v);
+ else
+ vc1_decode_i_blocks(v);
+ }else
+ vc1_decode_b_blocks(v);
+ break;
+ }
}
/** Find VC-1 marker in buffer