summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.h
diff options
context:
space:
mode:
authorJosh Allmann <joshua.allmann@gmail.com>2010-08-16 14:21:17 +0000
committerMartin Storsjö <martin@martin.st>2010-08-16 14:21:17 +0000
commit7b18d94cb3c44cab320f4ea177760fa14d82fe30 (patch)
tree73ffe59fdae8bfee73673fff8b4503841515aa32 /libavformat/rtpenc.h
parent63638a3c4a6c8fec03e121a0bfbfa555ff6d4956 (diff)
Add RTP packetization of VP8
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r--libavformat/rtpenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h
index d5d8b99c93..b9663c55b0 100644
--- a/libavformat/rtpenc.h
+++ b/libavformat/rtpenc.h
@@ -68,5 +68,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);
+void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
#endif /* AVFORMAT_RTPENC_H */