Revision 5b21bdab libavformat/rtp.h
libavformat/rtp.h | ||
---|---|---|
18 | 18 |
* License along with FFmpeg; if not, write to the Free Software |
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 |
#ifndef RTP_H |
|
22 |
#define RTP_H |
|
21 |
#ifndef FFMPEG_RTP_H
|
|
22 |
#define FFMPEG_RTP_H
|
|
23 | 23 |
|
24 | 24 |
#include "avcodec.h" |
25 | 25 |
#include "avformat.h" |
... | ... | |
122 | 122 |
#endif |
123 | 123 |
|
124 | 124 |
extern AVRtpPayloadType_t AVRtpPayloadTypes[]; |
125 |
#endif /* RTP_H */ |
|
125 |
#endif /* FFMPEG_RTP_H */ |
Also available in: Unified diff