Mercurial > libavcodec.hg
changeset 5894:ca2fcb451a7d libavcodec
add {} to make the else look a little more normal
author | michael |
---|---|
date | Fri, 09 Nov 2007 21:52:29 +0000 |
parents | 3bdbcfb7e497 |
children | 4f599ff338fd |
files | vc1.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Fri Nov 09 21:51:50 2007 +0000 +++ b/vc1.c Fri Nov 09 21:52:29 2007 +0000 @@ -3760,7 +3760,7 @@ 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 @@ vc1_decode_b_blocks(v); break; } + } } /** Find VC-1 marker in buffer