diff options
author | Dmitry Samonenko <shreddingwork@gmail.com> | 2012-09-22 14:39:03 +0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-23 14:20:13 +0200 |
commit | 697ea4fccf093dec5684cae9a90e1651071474d6 (patch) | |
tree | d86102280419608faca592565542e066c57478fd /libavformat/Makefile | |
parent | b024c41e1e915e810d4760254622bcc5c0612c6d (diff) | |
download | ffmpeg-697ea4fccf093dec5684cae9a90e1651071474d6.tar.gz |
Introducing speex RTP demuxing (RFC 5574)
RTPDynamicProtocolHandler for speex is added. Initial support for
speex depacketization from RTP stream comes with it.
Currently, only codec audio rate can be applied based on sdp:
* Narrowband ( 8K)
* Wideband (16K)
* Ultrawideband (32K)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 1040446159..d6f8a1a32b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -299,6 +299,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_qcelp.o \ rtpdec_qdm2.o \ rtpdec_qt.o \ + rtpdec_speex.o \ rtpdec_svq3.o \ rtpdec_vp8.o \ rtpdec_xiph.o |