Rename files more logically
This commit is contained in:
parent
38bc84b78b
commit
a48e022880
|
@ -4,8 +4,8 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
#include "rtpconn.hh"
|
||||
#include "rtputil.hh"
|
||||
#include "conn.hh"
|
||||
#include "util.hh"
|
||||
#include "rtp_hevc.hh"
|
||||
#include "rtp_opus.hh"
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
#include <thread>
|
||||
#include <mutex>
|
||||
|
||||
#include "rtputil.hh"
|
||||
#include "util.hh"
|
||||
#include "rtp_generic.hh"
|
||||
|
||||
class RTPPayload {
|
|
@ -1,7 +1,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "rtplib.hh"
|
||||
#include "rtpconn.hh"
|
||||
#include "lib.hh"
|
||||
#include "conn.hh"
|
||||
|
||||
RTPContext::RTPContext()
|
||||
{
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include "rtpconn.hh"
|
||||
#include "conn.hh"
|
||||
|
||||
class RTPContext {
|
||||
|
|
@ -9,8 +9,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "rtp_generic.hh"
|
||||
#include "rtputil.hh"
|
||||
#include "rtpconn.hh"
|
||||
#include "conn.hh"
|
||||
|
||||
RTPGeneric::GenericFrame *RTPGeneric::createGenericFrame()
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "rtputil.hh"
|
||||
#include "util.hh"
|
||||
|
||||
class RTPConnection;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <cstring>
|
||||
|
||||
#include "rtp_hevc.hh"
|
||||
#include "rtpconn.hh"
|
||||
#include "conn.hh"
|
||||
|
||||
using RTPGeneric::GenericFrame;
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#include "rtputil.hh"
|
||||
#include "rtpconn.hh"
|
||||
#include "util.hh"
|
||||
#include "conn.hh"
|
||||
#include "rtp_generic.hh"
|
||||
|
||||
uint64_t rtpGetUniqueId()
|
Loading…
Reference in New Issue