Revision 5b21bdab libavformat/rtp_h264.h
libavformat/rtp_h264.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef RTP_H264_H |
|
23 |
#define RTP_H264_H |
|
22 |
#ifndef FFMPEG_RTP_H264_H
|
|
23 |
#define FFMPEG_RTP_H264_H
|
|
24 | 24 |
|
25 | 25 |
#include "rtp_internal.h" |
26 | 26 |
|
27 | 27 |
extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; |
28 |
#endif /* RTP_H264_H */ |
|
28 |
|
|
29 |
#endif /* FFMPEG_RTP_H264_H */ |
Also available in: Unified diff