comparison rdt.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 8b294ed0bd65
children a036426dc8e6
comparison
equal deleted inserted replaced
4387:5c42816e12c6 4388:80f21f72d7d6
22 #ifndef AVFORMAT_RDT_H 22 #ifndef AVFORMAT_RDT_H
23 #define AVFORMAT_RDT_H 23 #define AVFORMAT_RDT_H
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 #include "avformat.h" 26 #include "avformat.h"
27 #include "rtp.h" 27 #include "rtpdec.h"
28 28
29 typedef struct RDTDemuxContext RDTDemuxContext; 29 typedef struct RDTDemuxContext RDTDemuxContext;
30 30
31 /** 31 /**
32 * Allocate and init the RDT parsing context. 32 * Allocate and init the RDT parsing context.