diff svq1.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 057c243a4e3b
line wrap: on
line diff
--- a/svq1.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/svq1.h	Wed Oct 17 09:37:46 2007 +0000
@@ -32,8 +32,8 @@
  *   http://www.pcisys.net/~melanson/codecs/
  */
 
-#ifndef AVCODEC_SVQ1_H
-#define AVCODEC_SVQ1_H
+#ifndef FFMPEG_SVQ1_H
+#define FFMPEG_SVQ1_H
 
 #include <stdint.h>
 
@@ -58,4 +58,4 @@
 
 extern svq1_frame_size_t ff_svq1_frame_size_table[8];
 
-#endif /* AVCODEC_SVQ1_H */
+#endif /* FFMPEG_SVQ1_H */