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

not compatible with v2.2.0 #2

Open
hamlatzis opened this issue Feb 3, 2023 · 0 comments
Open

not compatible with v2.2.0 #2

hamlatzis opened this issue Feb 3, 2023 · 0 comments

Comments

@hamlatzis
Copy link

In v2.2.0 of kvazaar lib the struct roi inside kvz_config doesn't have an element of width or height; but there is a struct roi with those elements inside struct kvz_picture

So if you try to compile gst-kvazaar with the latest version you get compile errors:

../src/gstkvazaarenc.c: In function ‘gst_kvazaar_enc_init_encoder’:
../src/gstkvazaarenc.c:1240:32: error: ‘struct <anonymous>’ has no member named ‘width’
     encoder->kvazaarconfig->roi.width = encoder->roi_width;
                                ^
../src/gstkvazaarenc.c:1241:32: error: ‘struct <anonymous>’ has no member named ‘height’
     encoder->kvazaarconfig->roi.height = encoder->roi_height;
                                ^
../src/gstkvazaarenc.c:1242:32: error: ‘struct <anonymous>’ has no member named ‘dqps’
     encoder->kvazaarconfig->roi.dqps = encoder->dqps;

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

No branches or pull requests

1 participant