diff rtp_h264.h @ 2960:e5d44127b182 libavformat

Add support for H.264 video in the RTP muxer
author lucabe
date Mon, 21 Jan 2008 14:01:57 +0000
parents 792383dd085e
children 93cee0e79c5b
line wrap: on
line diff
--- a/rtp_h264.h	Mon Jan 21 13:43:40 2008 +0000
+++ b/rtp_h264.h	Mon Jan 21 14:01:57 2008 +0000
@@ -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 */