summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2010-01-18 13:44:12 +0000
committerLuca Abeni <lucabe72@email.it>2010-01-18 13:44:12 +0000
commit22c1f65fa6d03995be96c107a5bd3b9ee7e54cab (patch)
tree98f9f3ca0f82cd72dfeef3ae358d37e0ecf61761 /libavformat
parentb6ef858ec711b077085dddfb6c4acb151a4ec5be (diff)
Rename the RTP muxer sources so that the packetisation functions are in
rtpenc_*.c files. Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile8
-rw-r--r--libavformat/rtpenc_aac.c (renamed from libavformat/rtp_aac.c)0
-rw-r--r--libavformat/rtpenc_amr.c (renamed from libavformat/rtp_amr.c)0
-rw-r--r--libavformat/rtpenc_h263.c (renamed from libavformat/rtp_h263.c)0
-rw-r--r--libavformat/rtpenc_mpv.c (renamed from libavformat/rtp_mpv.c)0
5 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 18c3f2504d..293f9d36d0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -201,10 +201,10 @@ OBJS-$(CONFIG_ROQ_DEMUXER) += idroq.o
OBJS-$(CONFIG_ROQ_MUXER) += raw.o
OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
- rtp_aac.o \
- rtp_amr.o \
- rtp_h263.o \
- rtp_mpv.o \
+ rtpenc_aac.o \
+ rtpenc_amr.o \
+ rtpenc_h263.o \
+ rtpenc_mpv.o \
rtpenc.o \
rtpenc_h264.o \
avc.o
diff --git a/libavformat/rtp_aac.c b/libavformat/rtpenc_aac.c
index e19b28697e..e19b28697e 100644
--- a/libavformat/rtp_aac.c
+++ b/libavformat/rtpenc_aac.c
diff --git a/libavformat/rtp_amr.c b/libavformat/rtpenc_amr.c
index 367789fccd..367789fccd 100644
--- a/libavformat/rtp_amr.c
+++ b/libavformat/rtpenc_amr.c
diff --git a/libavformat/rtp_h263.c b/libavformat/rtpenc_h263.c
index 0ea492106b..0ea492106b 100644
--- a/libavformat/rtp_h263.c
+++ b/libavformat/rtpenc_h263.c
diff --git a/libavformat/rtp_mpv.c b/libavformat/rtpenc_mpv.c
index b23c8f86e8..b23c8f86e8 100644
--- a/libavformat/rtp_mpv.c
+++ b/libavformat/rtpenc_mpv.c