diff rtpenc.h @ 6349:93c7a56fa912 libavformat

Add RTP packetization of Theora and Vorbis Patch by Josh Allmann, joshua dot allmann at gmail
author mstorsjo
date Sat, 07 Aug 2010 11:16:07 +0000
parents 6c0e0ad77315
children 0bcd6a8bc5d5
line wrap: on
line diff
--- a/rtpenc.h	Fri Aug 06 10:26:30 2010 +0000
+++ b/rtpenc.h	Sat Aug 07 11:16:07 2010 +0000
@@ -67,5 +67,6 @@
 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);
+void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
 
 #endif /* AVFORMAT_RTPENC_H */