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 jpeg encode error and ffmpeg param checking #319

Merged
merged 5 commits into from
Sep 15, 2022

Conversation

longyiluo
Copy link
Contributor

PR描述:

  1. JPEG编码写入存储五分钟,文件copy到本地ffplay播放,视频花屏
  2. encode_app出现poll error后ctrl c无法退出

详细描述:

root cause: JPEG encode needs flush cache for cmdlist
counter measure: flush cache for cmdlist

关联issue:

fix #318

@longyiluo longyiluo added the bug Something isn't working label Sep 8, 2022
@longyiluo longyiluo added this to the v1.9 milestone Sep 8, 2022
@longyiluo longyiluo changed the title Fix jpeg encode error Fix jpeg encode error and ffmpeg param checking Sep 9, 2022
@zhangxiaojingCAN zhangxiaojingCAN merged commit 8691100 into kendryte:dev Sep 15, 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.

Jpeg encode error, encode_app exit issue and ffmpeg param checking
2 participants