Commit 7059c751 authored by lucabe's avatar lucabe

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)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21282 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 993d0d6f
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment