summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-11-24 13:58:10 -0800
committerBo Xu <bo_xu@foxitsoftware.com>2014-11-24 13:58:10 -0800
commit4643533ca3dabe945fd174caf892a3ccb6cf2fd6 (patch)
tree1931a6d5b29f3fad309eccfa61aa1a78e28d8286 /core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c
parentef619d0562b39f30943cfdc4985a0df233d00e42 (diff)
downloadpdfium-4643533ca3dabe945fd174caf892a3ccb6cf2fd6.tar.xz
Update to openjpeg r2944
BUG=429139,430566,431288 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/758593002
Diffstat (limited to 'core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c')
-rw-r--r--core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c
index b3fe9af18a..65ff6263e0 100644
--- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c
+++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/pi.c
@@ -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)){