diff options
Diffstat (limited to 'libavformat/rtp_h264.h')
-rw-r--r-- | libavformat/rtp_h264.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h index f12809bc3c..57fc5325ea 100644 --- a/libavformat/rtp_h264.h +++ b/libavformat/rtp_h264.h @@ -19,10 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RTP_H264_H -#define RTP_H264_H +#ifndef FFMPEG_RTP_H264_H +#define FFMPEG_RTP_H264_H #include "rtp_internal.h" extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; -#endif /* RTP_H264_H */ + +#endif /* FFMPEG_RTP_H264_H */ |