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