#include "Packet.h" namespace ffcpp { Packet::Packet() { _packet.data = nullptr; _packet.size = 0; } }