File: mediapacket.cpp

package info (click to toggle)
xrdp 0.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 15,088 kB
  • sloc: ansic: 107,426; sh: 5,852; asm: 4,742; cpp: 2,555; makefile: 1,474
file content (8 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#include "mediapacket.h"

MediaPacket::MediaPacket()
{
    av_pkt = 0;
    delay_in_us = 0;
    seq = 0;
}