diff rtpenc.h @ 4836:bf87d9ffb3ae libavformat

Add support for AMR audio in the RTP muxer patch by Martin Storsj (martin AT martin DOT st)
author lucabe
date Wed, 08 Apr 2009 07:16:14 +0000
parents 730b214077ca
children 6c0e0ad77315
line wrap: on
line diff
--- a/rtpenc.h	Wed Apr 08 03:38:59 2009 +0000
+++ b/rtpenc.h	Wed Apr 08 07:16:14 2009 +0000
@@ -59,6 +59,7 @@
 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 */