summaryrefslogtreecommitdiff
path: root/src/lib/openmj2
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 09:20:30 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 09:20:30 +0000
commit25cbfcf34afedf0e39f5a36d70b17d308a97e8ae (patch)
tree6c89914370aab01493ccd47cd25563313f615905 /src/lib/openmj2
parentcffc33a51c7a9f4b8cf460fdc7c02639b40d266d (diff)
[trunk] FolderReorgProposal task: cleanup doxygen
Update issue 177
Diffstat (limited to 'src/lib/openmj2')
-rw-r--r--src/lib/openmj2/mj2.c5
-rw-r--r--src/lib/openmj2/mj2.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/src/lib/openmj2/mj2.c b/src/lib/openmj2/mj2.c
index f5ab5f3f..4d87d7b8 100644
--- a/src/lib/openmj2/mj2.c
+++ b/src/lib/openmj2/mj2.c
@@ -2913,3 +2913,8 @@ void mj2_destroy_compress(opj_mj2_t *movie) {
}
opj_free(movie);
}
+
+/*@}*/
+
+/*@}*/
+
diff --git a/src/lib/openmj2/mj2.h b/src/lib/openmj2/mj2.h
index c0255707..15e0ed23 100644
--- a/src/lib/openmj2/mj2.h
+++ b/src/lib/openmj2/mj2.h
@@ -327,7 +327,7 @@ void mj2_destroy_decompress(opj_mj2_t *movie);
Setup the decoder decoding parameters using user parameters.
Decoding parameters are returned in mj2->j2k->cp.
@param movie MJ2 decompressor handle
-@param parameters decompression parameters
+@param mj2_parameters decompression parameters
*/
void mj2_setup_decoder(opj_mj2_t *movie, mj2_dparameters_t *mj2_parameters);
/**
@@ -372,8 +372,8 @@ Init a Standard MJ2 movie
int mj2_init_stdmovie(opj_mj2_t *movie);
/**
Read the structure of an MJ2 file
-@param File MJ2 input File
-@param movie J2 movie structure
+@param file MJ2 input File
+@param mj2 J2 movie structure
@return Returns 0 if successful, returns 1 otherwise
*/
int mj2_read_struct(FILE *file, opj_mj2_t *mj2);