[trunk] fixed warning from r2891

This commit is contained in:
Antonin Descampe 2014-10-01 12:11:43 +00:00
parent fef1276901
commit a1c754c737
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ OPJ_BOOL opj_pi_check_next_level( OPJ_INT32 pos,
break;
case 'P':
switch(tcp->prg){
case OPJ_LRCP: // fall through
case OPJ_LRCP: /* fall through */
case OPJ_RLCP:
if(tcp->prc_t == tcp->prcE){
if(opj_pi_check_next_level(i-1,cp,tileno,pino,prog)){