From 08e696c0b28e58797b4b77310e07a93ab3267369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 8 Apr 2009 07:16:14 +0000 Subject: =?UTF-8?q?Add=20support=20for=20AMR=20audio=20in=20the=20RTP=20mu?= =?UTF-8?q?xer=20patch=20by=20Martin=20Storsj=C3=B6=20(martin=20AT=20marti?= =?UTF-8?q?n=20DOT=20st)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.h') diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index 35c548ffa8..57101601cd 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -59,6 +59,7 @@ void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m); void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size); void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size); void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); +void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size); void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); #endif /* AVFORMAT_RTPENC_H */ -- cgit v1.2.1