diff svq1_cb.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents eca08bfad00f
children c4a4495715dd
line wrap: on
line diff
--- a/svq1_cb.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/svq1_cb.h	Wed Oct 17 09:37:46 2007 +0000
@@ -28,8 +28,8 @@
  * svq1 code books.
  */
 
-#ifndef AVCODEC_SVQ1_CB_H
-#define AVCODEC_SVQ1_CB_H
+#ifndef FFMPEG_SVQ1_CB_H
+#define FFMPEG_SVQ1_CB_H
 
 #include <stdint.h>
 #include <stdlib.h>
@@ -1520,4 +1520,4 @@
     NULL, NULL,
 };
 
-#endif // AVCODEC_SVQ1_CB_H
+#endif /* FFMPEG_SVQ1_CB_H */