changeset 5559:acb3871f01c0 libavformat

Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function belongs to the RTP muxer, and its prototype already is in rtpenc.h)
author lucabe
date Mon, 18 Jan 2010 11:18:25 +0000
parents c47927327972
children e09092917f7e
files rtp_h264.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtp_h264.h	Mon Jan 18 03:57:01 2010 +0000
+++ b/rtp_h264.h	Mon Jan 18 11:18:25 2010 +0000
@@ -25,6 +25,5 @@
 #include "rtpdec.h"
 
 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
-void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
 
 #endif /* AVFORMAT_RTP_H264_H */