Mercurial > libavformat.hg
diff rtpenc.h @ 6379:0bcd6a8bc5d5 libavformat
Add RTP packetization of VP8
Patch by Josh Allmann, joshua dot allmann at gmail
| author | mstorsjo |
|---|---|
| date | Mon, 16 Aug 2010 14:21:17 +0000 |
| parents | 93c7a56fa912 |
| children |
line wrap: on
line diff
--- a/rtpenc.h Sat Aug 14 20:34:51 2010 +0000 +++ b/rtpenc.h Mon Aug 16 14:21:17 2010 +0000 @@ -68,5 +68,6 @@ 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 */
