Hello,
in ijpegenc.h there is following declaration of extern variable with default parameters for encoder.
/*
* ======== IJPEGENC_PARAMS ========
* Default parameter values for JPEGENC instance objects
*/
extern IJPEGENC_Params IJPEGENC_PARAMS;
Unfortunately I can't found where this symbol is defined. When the application is linked with jpeg encoder library (libimx.a, libjpenc.a) I'm getting undefined reference to `IJPEGENC_PARAMS' errors...
codec build id is: 01.00.00.12 (the one from dvsdk 4.02)
regards
Jan