diff options
Diffstat (limited to 'core/fxcodec/fx_codec_def.h')
-rw-r--r-- | core/fxcodec/fx_codec_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcodec/fx_codec_def.h b/core/fxcodec/fx_codec_def.h index fd23d78fa5..04696a11dd 100644 --- a/core/fxcodec/fx_codec_def.h +++ b/core/fxcodec/fx_codec_def.h @@ -22,6 +22,7 @@ enum FXCODEC_STATUS { FXCODEC_STATUS_ERR_FORMAT, FXCODEC_STATUS_ERR_PARAMS }; + #define JP2_SPACE_INVALID -1 #define JPX_SPACE_INVALID -1 #define JP2_SPACE_bilevel1 0 |