summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-02-28 11:03:14 +0000
committerMartin Storsjö <martin@martin.st>2010-02-28 11:03:14 +0000
commitf65919af7e15345fee3349ce5999b67781fa9373 (patch)
tree8bd00f27e0f7b641fd0122a72879c21e31ec9b72 /libavformat/rtpdec.c
parentc7ff04e2f371a5157c6a632b70b9bfc5fba424c5 (diff)
Rename RTP depacketizer files from rtp_* to rtpdec_*
Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-rw-r--r--libavformat/rtpdec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index af744093a9..d60a5737b1 100644
--- a/libavformat/rtpdec.c
+++ b/libavformat/rtpdec.c
@@ -30,11 +30,11 @@
#include "network.h"
#include "rtpdec.h"
-#include "rtp_asf.h"
-#include "rtp_h264.h"
-#include "rtp_vorbis.h"
#include "rtpdec_amr.h"
+#include "rtpdec_asf.h"
#include "rtpdec_h263.h"
+#include "rtpdec_h264.h"
+#include "rtpdec_vorbis.h"
//#define DEBUG