[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_cstr_info

This commit is contained in:
Mickael Savinaud
2012-08-09 12:56:43 +00:00
parent 1c4ea6d246
commit f12fde9132
4 changed files with 5 additions and 5 deletions

View File

@@ -574,7 +574,7 @@ int main(int argc, char *argv[])
opj_destroy_cstr_index(&cstr_index);
/* destroy the codestream info */
opj_destroy_cstr_info_v2(&cstr_info);
opj_destroy_cstr_info(&cstr_info);
}