]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/elbg.c
Do not inline g726_iterate() the function is big so its inlining will
[ffmpeg] / libavcodec / elbg.c
index cd5b5ed4fecadc5b0301ec093025a3fd0f5e4fee..130f5f634cac3b6c8ce34ebf3f5a61556b24ce3b 100644 (file)
@@ -25,9 +25,9 @@
 
 #include <string.h>
 
+#include "libavutil/random.h"
 #include "elbg.h"
 #include "avcodec.h"
-#include "random.h"
 
 #define DELTA_ERR_MAX 0.1  ///< Precision of the ELBG algorithm (as percentual error)