ABI
Tracker

(OpenJPEG)




Headers diff: 2.4.0 vs current



 openjpeg.h (2.4.0)   openjpeg.h (current) 
skipping to change at line 1583 skipping to change at line 1583
* *
* This may be called after opj_setup_encoder() and before opj_start_compre ss() * This may be called after opj_setup_encoder() and before opj_start_compre ss()
* *
* This is the way to add new options in a fully ABI compatible way, withou t * This is the way to add new options in a fully ABI compatible way, withou t
* extending the opj_cparameters_t structure. * extending the opj_cparameters_t structure.
* *
* Currently supported options are: * Currently supported options are:
* <ul> * <ul>
* <li>PLT=YES/NO. Defaults to NO. If set to YES, PLT marker segments, * <li>PLT=YES/NO. Defaults to NO. If set to YES, PLT marker segments,
* indicating the length of each packet in the tile-part header, will b e * indicating the length of each packet in the tile-part header, will b e
* written. Since 2.3.2</li> * written. Since 2.4.0</li>
* <li>TLM=YES/NO. Defaults to NO (except for Cinema and IMF profiles).
* If set to YES, TLM marker segments, indicating the length of each
* tile-part part will be written. Since 2.4.0</li>
* </ul> * </ul>
* *
* @param p_codec Compressor handle * @param p_codec Compressor handle
* @param p_options Compression options. This should be a NULL terminat ed * @param p_options Compression options. This should be a NULL terminat ed
* array of strings. Each string is of the form KEY=VA LUE. * array of strings. Each string is of the form KEY=VA LUE.
* *
* @return OPJ_TRUE in case of success. * @return OPJ_TRUE in case of success.
* @since 2.3.2 * @since 2.4.0
*/ */
OPJ_API OPJ_BOOL OPJ_CALLCONV opj_encoder_set_extra_options( OPJ_API OPJ_BOOL OPJ_CALLCONV opj_encoder_set_extra_options(
opj_codec_t *p_codec, opj_codec_t *p_codec,
const char* const* p_options); const char* const* p_options);
/** /**
* Start to compress the current image. * Start to compress the current image.
* @param p_codec Compressor handle * @param p_codec Compressor handle
* @param p_image Input filled image * @param p_image Input filled image
* @param p_stream Input stgream * @param p_stream Input stgream
 End of changes. 2 change blocks. 
2 lines changed or deleted 5 lines changed or added


 opj_config.h (2.4.0)   opj_config.h (current) 
/* create opj_config.h for CMake */ /* create opj_config.h for CMake */
#define OPJ_HAVE_STDINT_H 1 #define OPJ_HAVE_STDINT_H 1
/*------------------------------------------------------------------------- -*/ /*------------------------------------------------------------------------- -*/
/* OpenJPEG Versioning */ /* OpenJPEG Versioning */
/* Version number. */ /* Version number. */
#define OPJ_VERSION_MAJOR 2 #define OPJ_VERSION_MAJOR 2
#define OPJ_VERSION_MINOR 4 #define OPJ_VERSION_MINOR 5
#define OPJ_VERSION_BUILD 0 #define OPJ_VERSION_BUILD 0
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41.The latest version is available from http://tools.ietf.org/tools/rfcdiff/