OSDN Git Service

Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function
authorLuca Abeni <lucabe72@email.it>
Mon, 18 Jan 2010 11:18:25 +0000 (11:18 +0000)
committerLuca Abeni <lucabe72@email.it>
Mon, 18 Jan 2010 11:18:25 +0000 (11:18 +0000)
belongs to the RTP muxer, and its prototype already is in rtpenc.h)

Originally committed as revision 21282 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtp_h264.h

index 31fd40b..c1e92bd 100644 (file)
@@ -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 */