xrdp/vrplayer/mediapacket.cpp

9 lines
107 B
C++
Raw Permalink Normal View History

#include "mediapacket.h"
MediaPacket::MediaPacket()
{
2013-01-16 22:31:11 +04:00
av_pkt = 0;
delay_in_us = 0;
seq = 0;
}