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

Fix venc 1:1 ar and profile issues #313

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

longyiluo
Copy link
Contributor

PR描述:

vui aspect ratio is set wrong for 1:1.
profile baseline can not be set successfully.

详细描述:

root cause:
aspect_ratio_idc , sar_width and sar_height are set wrong.
profile default value issue.

counter measure:
aspect_ratio_idc should to set to 255. sar_width and sar_height are set according to correct calculation
default profile in encode_app is set to 0xff

关联issue:

fix #312

@zhangxiaojingCAN zhangxiaojingCAN added this to the v1.9 milestone Sep 1, 2022
@zhangxiaojingCAN zhangxiaojingCAN added the bug Something isn't working label Sep 1, 2022
@zhangxiaojingCAN zhangxiaojingCAN merged commit 18d4846 into kendryte:dev Sep 1, 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.

1:1 aspect ration is wong and profile baseline can't be set.
2 participants