4217f273a6
When media returns frames with negative linesizes, it means they're inverted RGB formats and start from the last line of the image and move back to the top via the negative linesize number. This would cause a crash because this wasn't being taken in to account, and it would traverse in to invalid memory.