diff rtspcodes.h @ 2620:792383dd085e libavformat

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents f6021da48f21
children 1b6245500d8c
line wrap: on
line diff
--- a/rtspcodes.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/rtspcodes.h	Wed Oct 17 09:37:46 2007 +0000
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVFORMAT_RTSPCODES_H
-#define AVFORMAT_RTSPCODES_H
+#ifndef FFMPEG_RTSPCODES_H
+#define FFMPEG_RTSPCODES_H
 
 /** RTSP handling */
 enum RTSPStatusCode {
@@ -37,4 +37,4 @@
 RTSP_STATUS_VERSION         =505, /**< RTSP Version not supported */
 };
 
-#endif // AVFORMAT_RTSPCODES_H
+#endif /* FFMPEG_RTSPCODES_H */