rust-ffmpeg
rust-ffmpeg copied to clipboard
Fix packet read an error which is not EOF and the PacketIter will be blocked
When I get the packets data through the function Input.packets(), and the source stream is closed without send EOF. the PacketIter will be blocked.