comparison rtpdec.c @ 4388:80f21f72d7d6 libavformat

Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
author lucabe
date Fri, 06 Feb 2009 10:35:52 +0000
parents 5c42816e12c6
children 85c7d517d556
comparison
equal deleted inserted replaced
4387:5c42816e12c6 4388:80f21f72d7d6
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.h" 32 #include "rtpdec.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).