]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cljr.c
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
[ffmpeg] / libavcodec / cljr.c
index 9157b0013719bc433fe7e55cd6da650ce4353537..2164bf20f4ff78221b183d577c5f6b45fe122e45 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
-#include "bitstream.h"
+#include "get_bits.h"
 
 /* Disable the encoder. */
 #undef CONFIG_CLJR_ENCODER