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

Encoding JPEG, QP value > = 52, core dump exception #282

Merged
merged 10 commits into from
Aug 9, 2022

Conversation

gh-sxp
Copy link
Contributor

@gh-sxp gh-sxp commented Aug 9, 2022

PR描述:

encode_app jpeg编码,当设置qp值大于等于52时,崩溃。

详细描述:

bug原因:jpeg编码时SliceQP不能大于maxqp,否则编码底层库报错。
解决办法:jpeg编码为constqp,设置maxqp与sliceqp相同。

关联issue:

fix #281

@gh-sxp gh-sxp added the bug Something isn't working label Aug 9, 2022
@gh-sxp gh-sxp added this to the v1.8 milestone Aug 9, 2022
@zhangxiaojingCAN zhangxiaojingCAN merged commit 572eefe into kendryte:dev Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encoding JPEG, QP value > = 52, core dump exception
3 participants