[FFmpeg-devel] [RFC] Rename libavformat/rtp_* to rtpenc_* and rtpdec_*

Martin Storsjö martin
Sat Jan 9 14:00:56 CET 2010


Hi,

Currently, most of the RTP codec packetizers and RTP parsers are stored in 
files named rtp_*, regardless of if they're packetizers or parsers. Only 
the H.264 packetizer is in a clearly named file, rtpenc_h264. To clean 
this up, I'd propose the following renamings:

rtp_aac.c  -> rtpenc_aac.c
rtp_amr.c  -> rtpenc_amr.c
rtp_h263.c -> rtpenc_h263.c
rtp_mpv.c  -> rtpenc_mpv.c

rtp_asf.{c,h}    -> rtpdec_asf.{c,h}
rtp_h264.{c,h}   -> rtpdec_h264.{c,h}
rtp_vorbis.{c,h} -> rtpdec_vorbis.{c,h}

Opinions on such a rename?

// Martin



More information about the ffmpeg-devel mailing list