[FFmpeg-cvslog] r21282 - trunk/libavformat/rtp_h264.h

lucabe subversion
Mon Jan 18 12:18:25 CET 2010


Author: lucabe
Date: Mon Jan 18 12:18:25 2010
New Revision: 21282

Log:
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)

Modified:
   trunk/libavformat/rtp_h264.h

Modified: trunk/libavformat/rtp_h264.h
==============================================================================
--- trunk/libavformat/rtp_h264.h	Mon Jan 18 11:24:33 2010	(r21281)
+++ trunk/libavformat/rtp_h264.h	Mon Jan 18 12:18:25 2010	(r21282)
@@ -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 */



More information about the ffmpeg-cvslog mailing list