diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 07:38:10 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 07:38:10 +0000 |
| commit | 75b71047243b3b29c1fbbcc402ba4a9141c9889c (patch) | |
| tree | addda00d27465d32624974c49226f89bdba58c17 /src/bin | |
| parent | fe3c1f9061978a9d594c4b102cc91180261b8225 (diff) | |
[trunk] remove left-over from ->jpip_on implementation. JPIP is now completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jp2/opj_compress.c | 6 | ||||
| -rw-r--r-- | src/bin/jpip/opj_jpip_compress.c | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/src/bin/jp2/opj_compress.c b/src/bin/jp2/opj_compress.c index 5dfaf8e1..4c1cbd83 100644 --- a/src/bin/jp2/opj_compress.c +++ b/src/bin/jp2/opj_compress.c @@ -597,7 +597,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:u:J" + const char optlist[] = "i:o:r:q:n:b:c:t:p:s:SEM:x:R:d:T:If:P:C:F:u:" #ifdef USE_JPWL "W:" #endif /* USE_JPWL */ @@ -1449,10 +1449,6 @@ int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *parameters, /* <<UniPG */ /* ------------------------------------------------------ */ - case 'J': /* jpip on */ - { - parameters->jpip_on = OPJ_TRUE; - } break; /* ------------------------------------------------------ */ diff --git a/src/bin/jpip/opj_jpip_compress.c b/src/bin/jpip/opj_jpip_compress.c index d3e96673..6c5fd05f 100644 --- a/src/bin/jpip/opj_jpip_compress.c +++ b/src/bin/jpip/opj_jpip_compress.c @@ -599,7 +599,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:u:J" + const char optlist[] = "i:o:r:q:n:b:c:t:p:s:SEM:x:R:d:T:If:P:C:F:u:" #ifdef USE_JPWL "W:" #endif /* USE_JPWL */ @@ -1451,10 +1451,6 @@ int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *parameters, /* <<UniPG */ /* ------------------------------------------------------ */ - case 'J': /* jpip on */ - { - parameters->jpip_on = OPJ_TRUE; - } break; /* ------------------------------------------------------ */ |
