Rename the RTP muxer sources so that the packetisation functions are in
authorLuca Abeni <lucabe72@email.it>
Mon, 18 Jan 2010 13:44:12 +0000 (13:44 +0000)
committerLuca Abeni <lucabe72@email.it>
Mon, 18 Jan 2010 13:44:12 +0000 (13:44 +0000)
rtpenc_*.c files.

Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/Makefile
libavformat/rtpenc_aac.c [moved from libavformat/rtp_aac.c with 100% similarity]
libavformat/rtpenc_amr.c [moved from libavformat/rtp_amr.c with 100% similarity]
libavformat/rtpenc_h263.c [moved from libavformat/rtp_h263.c with 100% similarity]
libavformat/rtpenc_mpv.c [moved from libavformat/rtp_mpv.c with 100% similarity]

index 18c3f25..293f9d3 100644 (file)
@@ -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