diff options
author | phintuka <phintuka> | 2009-08-05 11:50:25 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-08-05 11:50:25 +0000 |
commit | 4c3c526baee5dade5b448f9c9ac843ba4670c1f8 (patch) | |
tree | 27f1c4a6af1d1983e279d1abc6d9f7feb6554a1f /tools | |
parent | dcc6ccb3b8806e1d326ece1a164a85623d168338 (diff) | |
download | xineliboutput-4c3c526baee5dade5b448f9c9ac843ba4670c1f8.tar.gz xineliboutput-4c3c526baee5dade5b448f9c9ac843ba4670c1f8.tar.bz2 |
Reordered headers. Added ts.h
Diffstat (limited to 'tools')
-rw-r--r-- | tools/udp_pes_scheduler.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/udp_pes_scheduler.c b/tools/udp_pes_scheduler.c index 0de6997e..553b859d 100644 --- a/tools/udp_pes_scheduler.c +++ b/tools/udp_pes_scheduler.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: udp_pes_scheduler.c,v 1.46 2009-07-02 10:38:29 phintuka Exp $ + * $Id: udp_pes_scheduler.c,v 1.47 2009-08-05 11:50:25 phintuka Exp $ * */ @@ -31,15 +31,17 @@ #include "../config.h" // configuration data #include "../xine_input_vdr_net.h" // frame headers and constants +#include "ts.h" #include "pes.h" #include "udp_buffer.h" -#include "udp_pes_scheduler.h" #include "time_pts.h" #include "cxsocket.h" #include "sap.h" // SAP - Session Announcement Protocol #include "sdp.h" // SDP - Session Description Protocol #include "rtcp.h" // RTCP +#include "udp_pes_scheduler.h" + #ifdef LOG_RESEND # define LOGRESEND LOGDBG |