]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/elbg.h
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / elbg.h
index 7df9627df1beb2d8c0a77b74f1b32805822fe774..84ec8657ef73cd53f5bf8fed3ceace293c6bb275 100644 (file)
  * 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"
+#include "libavutil/random.h"
 
 /**
  * Implementation of the Enhanced LBG Algorithm
@@ -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 */