From cddfde0cddbc8467e0d5fa04c30405ee257750fc Mon Sep 17 00:00:00 2001 From: JUN FANG Date: Tue, 26 May 2015 12:14:39 -0700 Subject: Upgrade openjpeg to r3002 BUG=459215 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1160663002 --- core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h') diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h index 909e35119b..10e22aa6b4 100644 --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h +++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h @@ -293,6 +293,8 @@ typedef struct opj_tcp /***** FLAGS *******/ + /** If cod == 1 --> there was a COD marker for the present tile */ + OPJ_UINT32 cod : 1; /** If ppt == 1 --> there was a PPT marker for the present tile */ OPJ_UINT32 ppt : 1; /** indicates if a POC marker has been used O:NO, 1:YES */ -- cgit v1.2.3