Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opj_setup_encoder always returns true #497

Closed
GoogleCodeExporter opened this issue Jul 18, 2015 · 3 comments
Closed

opj_setup_encoder always returns true #497

GoogleCodeExporter opened this issue Jul 18, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Looking at this method:

OPJ_BOOL OPJ_CALLCONV opj_setup_encoder(opj_codec_t *p_codec, 
                    opj_cparameters_t *parameters, 
                    opj_image_t *p_image);

If p_codec is an encoder, then this function always returns true. It should in 
fact return the return value of the actual opj_setup_encoder function pointer.




Original issue reported on code.google.com by boxe...@gmail.com on 29 May 2015 at 6:46

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

This is also a problem with:

opj_set_decoded_resolution_factor

Original comment by boxe...@gmail.com on 29 May 2015 at 8:01

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r3006.

Original comment by m.darb...@gmail.com on 29 May 2015 at 9:58

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant