comparison rtpenc.h @ 4814:730b214077ca libavformat

Add support for H.263 video in the RTP muxer patch by Martin Storsj (martin AT martin DOT st)
author lucabe
date Tue, 07 Apr 2009 06:41:55 +0000
parents 3c0d674bd232
children bf87d9ffb3ae
comparison
equal deleted inserted replaced
4813:ec96a30c7141 4814:730b214077ca
55 typedef struct RTPMuxContext RTPMuxContext; 55 typedef struct RTPMuxContext RTPMuxContext;
56 56
57 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m); 57 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
58 58
59 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size); 59 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
60 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
60 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); 61 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
61 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); 62 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
62 63
63 #endif /* AVFORMAT_RTPENC_H */ 64 #endif /* AVFORMAT_RTPENC_H */