comparison rtp_h264.h @ 4291:f49e5d92ab26 libavformat

Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
author lucabe
date Tue, 27 Jan 2009 12:23:16 +0000
parents 77e0c7511d41
children 80f21f72d7d6
comparison
equal deleted inserted replaced
4290:571504a844b1 4291:f49e5d92ab26
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_internal.h" 25 #include "rtp.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 */