ffmpeg/avconv crashes when video frame isn't expected size-Collection of common programming errors
I’m capturing my webcam using ffmpeg/avconv, but I keep running into this problem:
The v4l2 frame is 828212 bytes, but 829440 bytes are expected
And then it crashes. It should just skip that frame, not crash the entire application. Does anyone know how to make it continue?