]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/elbg.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / elbg.h
index 7df9627df1beb2d8c0a77b74f1b32805822fe774..1b2e45c4ec62f2d6695e08ff9faecaacf749e461 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_ELBG_H
-#define AVCODEC_ELBG_H
+#ifndef FFMPEG_ELBG_H
+#define FFMPEG_ELBG_H
 
 #include "random.h"
 
@@ -52,4 +52,4 @@ void ff_init_elbg(int *points, int dim, int numpoints, int *codebook,
                   int numCB, int num_steps, int *closest_cb,
                   AVRandomState *rand_state);
 
-#endif // AVCODEC_ELBG_H
+#endif /* FFMPEG_ELBG_H */