Skip to content

fix an uninitialized member in FFMPEGVideoSource

It was causing crashes upon exit in some cases as the Packet was being freed with a bad pointer.

Merge request reports