You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to reuse a static buffer throughout the frame reading instead of allocating a new one every time when read_header and read_frame is called. This will reduce the number of actions related to memory allocation
Try to reuse a static buffer throughout the frame reading instead of allocating a new one every time when read_header and read_frame is called. This will reduce the number of actions related to memory allocation