comparison 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
comparison
equal deleted inserted replaced
6378:a5b3f5d68db6 6379:0bcd6a8bc5d5
66 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size); 66 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
67 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); 67 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
68 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size); 68 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
69 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); 69 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
70 void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size); 70 void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
71 void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
71 72
72 #endif /* AVFORMAT_RTPENC_H */ 73 #endif /* AVFORMAT_RTPENC_H */