@crackwitz @matti.vuori
I need to get frames backwards in a video, and compare each (one at a time) with a pre-set frame, and will stop when some condition is met (this happens anywhere from ~1000-5000 times).
I’m currently just using vid.set
continuously, and saving the frame received in a variable. This works, but I want to prevent the [h264 @ 0x559351d7b040] mmco: unref short failure
warning message.