comparison rtsp.c @ 2681:6037eb4919fb libavformat

Remove the inclusion of rtsp.h and rtp.h from avformat.h, and explicitly include such headers where needed
author lucabe
date Mon, 29 Oct 2007 09:15:35 +0000
parents a32ac90d5d67
children 3dd4b622f4e3
comparison
equal deleted inserted replaced
2680:6326140d67ab 2681:6037eb4919fb
22 22
23 #include <sys/time.h> 23 #include <sys/time.h>
24 #include <unistd.h> /* for select() prototype */ 24 #include <unistd.h> /* for select() prototype */
25 #include "network.h" 25 #include "network.h"
26 #include "avstring.h" 26 #include "avstring.h"
27 #include "rtsp.h"
27 28
28 #include "rtp_internal.h" 29 #include "rtp_internal.h"
29 30
30 //#define DEBUG 31 //#define DEBUG
31 //#define DEBUG_RTP_TCP 32 //#define DEBUG_RTP_TCP