]> git.sesse.net Git - ffmpeg/commit
Add initial support for speex RTP packetization (RFC 5574)
authorDmitry Samonenko <shreddingwork@gmail.com>
Sat, 22 Sep 2012 10:32:37 +0000 (14:32 +0400)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 23 Sep 2012 12:08:48 +0000 (14:08 +0200)
commitb024c41e1e915e810d4760254622bcc5c0612c6d
treed6b3a480f2d386efbb3082785ab8a1fef1b07722
parentfecfdf6e72bd29c90f6b98d5dbca631469b374ec
Add initial support for speex RTP packetization (RFC 5574)

* libspeex audio codec is no longer considered unsupported
  when using rtp as output format.
* SDP rtpmap is added for speex payload, formatted according to RFC

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/rtpenc.c
libavformat/sdp.c