comparison rtp.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 48b1d0b70e09
children 89030c7e2fa7
comparison
equal deleted inserted replaced
2170:4452d75a9298 2171:a6d6b2b19341
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #ifndef RTP_H 21 #ifndef RTP_H
22 #define RTP_H 22 #define RTP_H
23
24 #include "avcodec.h"
25 #include "avformat.h"
23 26
24 #define RTP_MIN_PACKET_LENGTH 12 27 #define RTP_MIN_PACKET_LENGTH 12
25 #define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */ 28 #define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */
26 29
27 int rtp_init(void); 30 int rtp_init(void);