comparison rtp_h264.h @ 4388:80f21f72d7d6 libavformat

Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
author lucabe
date Fri, 06 Feb 2009 10:35:52 +0000
parents f49e5d92ab26
children acb3871f01c0
comparison
equal deleted inserted replaced
4387:5c42816e12c6 4388:80f21f72d7d6
20 */ 20 */
21 21
22 #ifndef AVFORMAT_RTP_H264_H 22 #ifndef AVFORMAT_RTP_H264_H
23 #define AVFORMAT_RTP_H264_H 23 #define AVFORMAT_RTP_H264_H
24 24
25 #include "rtp.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); 28 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
29 29
30 #endif /* AVFORMAT_RTP_H264_H */ 30 #endif /* AVFORMAT_RTP_H264_H */