From 9edfaf3c6c726600559ad9df07f3d3331e157f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 7 Apr 2009 06:41:55 +0000 Subject: =?UTF-8?q?Add=20support=20for=20H.263=20video=20in=20the=20RTP=20?= =?UTF-8?q?muxer=20patch=20by=20Martin=20Storsj=C3=B6=20(martin=20AT=20mar?= =?UTF-8?q?tin=20DOT=20st)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.h') diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index 3cec82c9f9..35c548ffa8 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -57,6 +57,7 @@ typedef struct RTPMuxContext RTPMuxContext; void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m); void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size); +void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size); void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); -- cgit v1.2.3