Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250836
Collapse All | Expand All

(-)jrtplib-3.7.1.orig/src/rtcpcompoundpacketbuilder.cpp (+2 lines)
Lines 42-47 Link Here
42
42
43
#include "rtpdebug.h"
43
#include "rtpdebug.h"
44
44
45
#include <cstring>
46
45
RTCPCompoundPacketBuilder::RTCPCompoundPacketBuilder(RTPMemoryManager *mgr) : RTCPCompoundPacket(mgr), report(mgr), sdes(mgr)
47
RTCPCompoundPacketBuilder::RTCPCompoundPacketBuilder(RTPMemoryManager *mgr) : RTCPCompoundPacket(mgr), report(mgr), sdes(mgr)
46
{
48
{
47
	byesize = 0;
49
	byesize = 0;
(-)jrtplib-3.7.1.orig/src/rtppacket.cpp (+2 lines)
Lines 45-50 Link Here
45
45
46
#include "rtpdebug.h"
46
#include "rtpdebug.h"
47
47
48
#include <cstring>
49
48
void RTPPacket::Clear()
50
void RTPPacket::Clear()
49
{
51
{
50
	hasextension = false;
52
	hasextension = false;

Return to bug 250836