-
Notifications
You must be signed in to change notification settings - Fork 168
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 bug #230
base: master
Are you sure you want to change the base?
Fix bug #230
Conversation
Fix the missing parameters of GetVideoReader
Reset the total frame count to 0
This is going to loop indefinitely when parse some corrupted video
When the video format changes, reinitialize the decoder and continue to decode
@CodiumAI-Agent /review |
PR Analysis
PR Feedback💡 General suggestions: The PR addresses important issues in the video processing code. However, it would be beneficial to add more context or comments in the code to explain the reasons behind the changes. This would help other developers understand the purpose of the changes and their impact on the overall functionality. 🤖 Code feedback:
✨ Usage tips:
|
@zhuipiaochen, please provide a description of the bugs you fixed in this PR. |
I tried to fix some bugs