[FFmpeg-devel] [RFC] Rename libavformat/rtp_* to rtpenc_* and rtpdec_*
Ronald S. Bultje
rsbultje
Sat Jan 9 16:18:50 CET 2010
Hi,
On Jan 9, 2010, at 8:00 AM, Martin Storsj? <martin at martin.st> wrote:
> 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?
OK with me. Luca A, OK for you?
Ronald
More information about the ffmpeg-devel
mailing list