Revision 5b21bdab libavformat/rtp_internal.h
libavformat/rtp_internal.h | ||
---|---|---|
20 | 20 |
*/ |
21 | 21 |
|
22 | 22 |
// this is a bit of a misnomer, because rtp & rtsp internal structures and prototypes are in here. |
23 |
#ifndef RTP_INTERNAL_H |
|
24 |
#define RTP_INTERNAL_H |
|
23 |
#ifndef FFMPEG_RTP_INTERNAL_H
|
|
24 |
#define FFMPEG_RTP_INTERNAL_H
|
|
25 | 25 |
|
26 | 26 |
#include <stdint.h> |
27 | 27 |
#include "avcodec.h" |
... | ... | |
116 | 116 |
|
117 | 117 |
void av_register_rtp_dynamic_payload_handlers(void); |
118 | 118 |
|
119 |
#endif /* RTP_INTERNAL_H */ |
|
119 |
#endif /* FFMPEG_RTP_INTERNAL_H */
|
|
120 | 120 |
|
Also available in: Unified diff