This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/v0.6
Luca Abeni
15 years ago
parent
b6ef858ec7
commit
22c1f65fa6
5 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
libavformat/Makefile
+0
-0
libavformat/rtpenc_aac.c
+0
-0
libavformat/rtpenc_amr.c
+0
-0
libavformat/rtpenc_h263.c
+0
-0
libavformat/rtpenc_mpv.c
+ 4
- 4
libavformat/Makefile
View 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 \
rtp
enc
_aac.o \
rtp
enc
_amr.o \
rtp
enc
_h263.o \
rtp
enc
_mpv.o \
rtpenc.o \
rtpenc_h264.o \
avc.o
libavformat/rtp_aac.c → libavformat/rtpenc_aac.c
View File
libavformat/rtp_amr.c → libavformat/rtpenc_amr.c
View File
libavformat/rtp_h263.c → libavformat/rtpenc_h263.c
View File
libavformat/rtp_mpv.c → libavformat/rtpenc_mpv.c
View File
Write
Preview
Loading…
Cancel
Save