diff options
| author | Antonin Descampe <antonin@gmail.com> | 2014-04-27 21:31:32 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2014-04-27 21:31:32 +0000 |
| commit | 77e8dad503a2398dfd9617ee45477a7eabee106a (patch) | |
| tree | 268a0908c5587461918bc985b858203c9485683e | |
| parent | 1758445a75890a9d22704e010c748f970443e7ec (diff) | |
[trunk] fixed typo in NEWS
| -rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ API/ABI modifications: (see abi_compat_report in dev-utils/scripts) * Added - opj_stream_create_default_file_stream(char*,...) - opj_stream_create_file_stream(char*,...) - - opj_stream_destroy_v3(opj_stream_t*) + - opj_stream_destroy(opj_stream_t*) - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data, ... opj_stream_free_user_data_fn p_function) - JPEG 2000 profiles and Part-2 extensions defined through '#define' |
