Loading lib_dec/ivas_dec.c +2 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,8 @@ ivas_error ivas_dec( ) { // TODO: move here function ivas_jbm_dec_tc() and rename it to ivas_dec() st_ivas = NULL; // temp. to avoid compilation warnings data = NULL; // temp. to avoid compilation warnings st_ivas->ivas_format = UNDEFINED_FORMAT; // temp. to avoid compilation warnings data[0] = 0; // temp. to avoid compilation warnings return IVAS_ERR_OK; } Loading Loading
lib_dec/ivas_dec.c +2 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,8 @@ ivas_error ivas_dec( ) { // TODO: move here function ivas_jbm_dec_tc() and rename it to ivas_dec() st_ivas = NULL; // temp. to avoid compilation warnings data = NULL; // temp. to avoid compilation warnings st_ivas->ivas_format = UNDEFINED_FORMAT; // temp. to avoid compilation warnings data[0] = 0; // temp. to avoid compilation warnings return IVAS_ERR_OK; } Loading