diff rtsp.c @ 5726:04b39763b51b libavformat

Rename RTP depacketizer files from rtp_* to rtpdec_*
author mstorsjo
date Sun, 28 Feb 2010 11:03:14 +0000
parents 982edb9135ca
children 7c7fe75728dd
line wrap: on
line diff
--- a/rtsp.c	Sun Feb 28 03:59:15 2010 +0000
+++ b/rtsp.c	Sun Feb 28 11:03:14 2010 +0000
@@ -37,8 +37,8 @@
 
 #include "rtpdec.h"
 #include "rdt.h"
-#include "rtp_asf.h"
-#include "rtp_vorbis.h"
+#include "rtpdec_asf.h"
+#include "rtpdec_vorbis.h"
 
 //#define DEBUG
 //#define DEBUG_RTP_TCP