From f79bfe481d48cd9a24f2241bd25e59897f878ab8 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Mon, 21 Jan 2008 14:01:57 +0000 Subject: Add support for H.264 video in the RTP muxer Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp_h264.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtp_h264.h') diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h index 57fc5325ea..f5acfc8947 100644 --- a/libavformat/rtp_h264.h +++ b/libavformat/rtp_h264.h @@ -25,5 +25,6 @@ #include "rtp_internal.h" extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; +void ff_rtp_send_h264(AVFormatContext *s1, uint8_t *buf1, int size); #endif /* FFMPEG_RTP_H264_H */ -- cgit v1.2.3