]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct.c
cavsdec: check dimensions being valid.
[ffmpeg] / libavcodec / h264idct.c
index 7d1ee007bc1a27bb69066cfa5765df324b524f0b..d92025ce01ec8ea92d67382b95b087f9378b256d 100644 (file)
 #define BIT_DEPTH 10
 #include "h264idct_template.c"
 #undef BIT_DEPTH
+
+#define BIT_DEPTH 12
+#include "h264idct_template.c"
+#undef BIT_DEPTH
+
+#define BIT_DEPTH 14
+#include "h264idct_template.c"
+#undef BIT_DEPTH