# HG changeset patch # User lucabe # Date 1263813505 0 # Node ID acb3871f01c08abf35c6305f98a1ce948c0af9d5 # Parent c479273279722984de425076f6382dcea8d102c8 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) diff -r c47927327972 -r acb3871f01c0 rtp_h264.h --- 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 */