diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-10-11 07:24:58 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-10-11 07:24:58 +0000 |
| commit | c1510793e39dc26ae55f243905ae562764d94842 (patch) | |
| tree | 26242e0c83f456ae877bf5bb13bf6c58993db96b /applications/codec | |
| parent | d72886826392731a5d7bf203e2a2ba2e35b6610b (diff) | |
[1.5] backport r987:990 to branch 1.5
Diffstat (limited to 'applications/codec')
| -rw-r--r-- | applications/codec/image_to_j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/codec/image_to_j2k.c b/applications/codec/image_to_j2k.c index 4ab7445b..93d0c6ff 100644 --- a/applications/codec/image_to_j2k.c +++ b/applications/codec/image_to_j2k.c @@ -591,7 +591,7 @@ int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *parameters, }; /* parse the command line */ - const char optlist[] = "i:o:r:q:n:b:c:t:p:s:SEM:x:R:d:T:If:P:C:F:" + const char optlist[] = "i:o:r:q:n:b:c:t:p:s:SEM:x:R:d:T:If:P:C:F:v:" #ifdef USE_JPWL "W:" #endif /* USE_JPWL */ |
