Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:cp_comment

6316         if(parameters->cp_comment) {
6317 cp->comment = (char*)opj_malloc(strlen(parameters->cp_comment) + 1U);
6322 strcpy(cp->comment, parameters->cp_comment);