]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cbrt_tablegen.h
Merge commit '2f172f1ae984b763c06069adb51d0053b3834f4b'
[ffmpeg] / libavcodec / cbrt_tablegen.h
index 0db64fcf954cf2a40dab371c270371b95d711aba..d8c77c2221c4af58202a5912641b42e34247609c 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <stdint.h>
 #include <math.h>
+#include "libavutil/attributes.h"
 
 #if CONFIG_HARDCODED_TABLES
 #define cbrt_tableinit()
@@ -32,7 +33,7 @@
 #else
 static uint32_t cbrt_tab[1 << 13];
 
-static void cbrt_tableinit(void)
+static av_cold void cbrt_tableinit(void)
 {
     if (!cbrt_tab[(1<<13) - 1]) {
         int i;