diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-06-04 13:32:25 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-06-04 13:32:25 +0000 |
| commit | aec1d7592c827ee8b6b93f1c8907c2aecbac58d2 (patch) | |
| tree | e94f038b64c56d04bacbbd28e8afa6c9b7135d49 /codec | |
| parent | 21f2cab7103d7a4e502aa58d88218c21c97b48fb (diff) | |
Tipo corrected...
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/image_to_j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index 24276028..eab3c0c5 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -495,7 +495,7 @@ void cinema_setup_encoder(opj_cparameters_t *parameters,opj_image_t *image){ parameters->numresolution = 7; } if (!((image->comps[0].w == 4096) | (image->comps[0].h == 2160))){ - fprintf(stdout,"Image coordinates %d x %d is not 4K compliant.\JPEG Digital Cinema Profile-4 (4K profile) compliance requires that atleast one of coordinates match 4096 x 2160\n",image->comps[0].w,image->comps[0].h); + fprintf(stdout,"Image coordinates %d x %d is not 4K compliant.\nJPEG Digital Cinema Profile-4 (4K profile) compliance requires that atleast one of coordinates match 4096 x 2160\n",image->comps[0].w,image->comps[0].h); parameters->cp_rsiz = STD_RSIZ; } parameters->numpocs = initialise_4K_poc(parameters->POC,parameters->numresolution); |
