comparison rtp_h264.h @ 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 80f21f72d7d6
children
comparison
equal deleted inserted replaced
5558:c47927327972 5559:acb3871f01c0
23 #define AVFORMAT_RTP_H264_H 23 #define AVFORMAT_RTP_H264_H
24 24
25 #include "rtpdec.h" 25 #include "rtpdec.h"
26 26
27 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; 27 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
28 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
29 28
30 #endif /* AVFORMAT_RTP_H264_H */ 29 #endif /* AVFORMAT_RTP_H264_H */