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

Support MJPEG decoding #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support MJPEG decoding #104

wants to merge 1 commit into from

Conversation

lumiaJJ
Copy link

@lumiaJJ lumiaJJ commented Aug 24, 2024

Implement MJPEG decoding with mpp MPPTask API.

I tested MJPEG decoding with this commit. But I got some error log from MPP log. Once I enabled MJPEG decoding, below error logs would be printed. I personally think it's related to this issue: #101 . Currently, I feel that there are still some doubts about using the MPP interface, and I'm not sure how to investigate it. Can you help me to debug and merge this PR? Thank you.
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa8001ba8 node 0x7fa8001b80 check (nil)
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa8001ba8 node 0x7fa8001b80 check (nil)
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa80036e8 node 0x7fa80036c0 check (nil)
Aug 23 16:40:54 orangepi5b mpp[61670]: message repeated 2 times: [ mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa80036e8 node 0x7fa80036c0 check (nil)]
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fe802fec8 node 0x7fe802fea0 check (nil)

Implement MJPEG decoding with mpp MPPTask API.
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

Successfully merging this pull request may close these issues.

1 participant