From 490ae95aa81db681f426e8ca7f8a539adfebc895 Mon Sep 17 00:00:00 2001 From: Dmitry Samonenko Date: Sat, 22 Sep 2012 14:32:37 +0400 Subject: rtpenc: Add support for packetizing speex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This packetization scheme simply places the full packets into the RTP packet without any extra header bytes. Signed-off-by: Martin Storsjö --- libavformat/rtpenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.c') diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index 33a1f05dd7..dc257f6391 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -76,6 +76,7 @@ static int is_supported(enum AVCodecID id) case AV_CODEC_ID_ADPCM_G726: case AV_CODEC_ID_ILBC: case AV_CODEC_ID_MJPEG: + case AV_CODEC_ID_SPEEX: return 1; default: return 0; -- cgit v1.2.3