diff options
author | Martin Storsjö <martin@martin.st> | 2010-02-28 11:03:14 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-02-28 11:03:14 +0000 |
commit | f65919af7e15345fee3349ce5999b67781fa9373 (patch) | |
tree | 8bd00f27e0f7b641fd0122a72879c21e31ec9b72 /libavformat/rtsp.c | |
parent | c7ff04e2f371a5157c6a632b70b9bfc5fba424c5 (diff) | |
download | ffmpeg-f65919af7e15345fee3349ce5999b67781fa9373.tar.gz |
Rename RTP depacketizer files from rtp_* to rtpdec_*
Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 6a3f38b419..bc0b3b3f42 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -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 |