diff 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
line wrap: on
line diff
--- a/rtpenc.h	Tue Apr 07 06:37:12 2009 +0000
+++ b/rtpenc.h	Tue Apr 07 06:41:55 2009 +0000
@@ -57,6 +57,7 @@
 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);