mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
fixed typos
This commit is contained in:
parent
89ef35d4c3
commit
57fa728e4b
2
oss-internship-2020/openjpeg/.gitignore
vendored
2
oss-internship-2020/openjpeg/.gitignore
vendored
|
@ -1 +1 @@
|
|||
build/
|
||||
build/
|
||||
|
|
|
@ -4,4 +4,4 @@ This library provides sandboxed version of the [OpenJPEG](https://github.com/ucl
|
|||
|
||||
## Examples
|
||||
|
||||
The examples are sandboxed and simplified version of the main tools provided by the OpenJPEG library, namely (for now) `opj_decompress` from [here](https://github.com/uclouvain/openjpeg/blob/master/src/bin/jp2/opj_decompress.c).
|
||||
The examples are sandboxed and simplified version of the main tools provided by the OpenJPEG library, namely (for now) `opj_decompress` from [here](https://github.com/uclouvain/openjpeg/blob/master/src/bin/jp2/opj_decompress.c).
|
||||
|
|
|
@ -347,4 +347,4 @@ int imagetopnm(opj_image_t * image, const char *outfile, int force_split)
|
|||
free(destname);
|
||||
|
||||
return 0;
|
||||
}/* imagetopnm() */
|
||||
}/* imagetopnm() */
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
const char* opj_version(void);
|
||||
int imagetopnm(opj_image_t * image, const char *outfile, int force_split);
|
||||
static int are_comps_similar(opj_image_t * image);
|
||||
static int are_comps_similar(opj_image_t * image);
|
||||
|
|
Loading…
Reference in New Issue
Block a user