comparison rtpdec.c @ 5726:04b39763b51b libavformat

Rename RTP depacketizer files from rtp_* to rtpdec_*
author mstorsjo
date Sun, 28 Feb 2010 11:03:14 +0000
parents 57ef8feb5745
children 38b67ae3f07d
comparison
equal deleted inserted replaced
5725:334f223fc455 5726:04b39763b51b
28 28
29 #include <unistd.h> 29 #include <unistd.h>
30 #include "network.h" 30 #include "network.h"
31 31
32 #include "rtpdec.h" 32 #include "rtpdec.h"
33 #include "rtp_asf.h"
34 #include "rtp_h264.h"
35 #include "rtp_vorbis.h"
36 #include "rtpdec_amr.h" 33 #include "rtpdec_amr.h"
34 #include "rtpdec_asf.h"
37 #include "rtpdec_h263.h" 35 #include "rtpdec_h263.h"
36 #include "rtpdec_h264.h"
37 #include "rtpdec_vorbis.h"
38 38
39 //#define DEBUG 39 //#define DEBUG
40 40
41 /* TODO: - add RTCP statistics reporting (should be optional). 41 /* TODO: - add RTCP statistics reporting (should be optional).
42 42