]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/pixelutils.c
Merge commit 'a9a0b8d6c14ece1b4698c6ede9227aca980f6c5b'
[ffmpeg] / libavutil / pixelutils.c
index 8f0402499edaf7984b87d178d1a5333bf6ca6f63..1ec4fbb0ec868d7eed3eae3c1ad6c1e0fb7a1f94 100644 (file)
@@ -19,6 +19,7 @@
 #include "config.h"
 #include "common.h"
 #include "pixelutils.h"
+#include "internal.h"
 
 #if CONFIG_PIXELUTILS
 
@@ -151,6 +152,8 @@ int main(void)
         goto end;
     }
 
+    ff_check_pixfmt_descriptors();
+
 #define RANDOM_INIT(buf, size) do {             \
     int k;                                      \
     for (k = 0; k < size; k++) {                \