comparison rtpdec.c @ 4291:f49e5d92ab26 libavformat

Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
author lucabe
date Tue, 27 Jan 2009 12:23:16 +0000
parents 77e0c7511d41
children 5c42816e12c6
comparison
equal deleted inserted replaced
4290:571504a844b1 4291:f49e5d92ab26
27 #include "mpegts.h" 27 #include "mpegts.h"
28 28
29 #include <unistd.h> 29 #include <unistd.h>
30 #include "network.h" 30 #include "network.h"
31 31
32 #include "rtp_internal.h" 32 #include "rtp.h"
33 #include "rtp_h264.h" 33 #include "rtp_h264.h"
34 34
35 //#define DEBUG 35 //#define DEBUG
36 36
37 /* TODO: - add RTCP statistics reporting (should be optional). 37 /* TODO: - add RTCP statistics reporting (should be optional).