summaryrefslogtreecommitdiff
path: root/src/lib/openmj2
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-01-06 08:55:29 +0100
committerStefan Weil <sw@weilnetz.de>2016-01-06 08:55:29 +0100
commit99c4f621bd32ddfec25cb126d4d462642e9d43a6 (patch)
treea5c28596814ee3e76f890b8da01c15a0340ec239 /src/lib/openmj2
parent8f9905936cef1427f9372dd192a054b3c852232a (diff)
Fix duplicate article in comments
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/lib/openmj2')
-rw-r--r--src/lib/openmj2/mj2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/mj2.h b/src/lib/openmj2/mj2.h
index 611e6350..8761111f 100644
--- a/src/lib/openmj2/mj2.h
+++ b/src/lib/openmj2/mj2.h
@@ -378,7 +378,7 @@ Read the structure of an MJ2 file
*/
OPJ_API int OPJ_CALLCONV mj2_read_struct(FILE *file, opj_mj2_t *mj2);
/**
-Write the the MOOV box to an output buffer stream
+Write the MOOV box to an output buffer stream
@param movie MJ2 movie structure
@param cio Output buffer stream
*/