]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/colorspace-test.c
audioconvert: add some additional channel and channel layout macros
[ffmpeg] / libswscale / colorspace-test.c
index 4ed916432336b9c49778d14fd8d12e0c67dec04c..07c1cbd803f3463b55de2c0673de61b5194721af 100644 (file)
@@ -52,7 +52,7 @@ int main(int argc, char **argv)
             int src_bpp;
             int dst_bpp;
             const char *name;
-            void (*func)(const uint8_t *src, uint8_t *dst, long src_size);
+            void (*func)(const uint8_t *src, uint8_t *dst, int src_size);
         } func_info[] = {
             FUNC(2, 2, rgb15to16),
             FUNC(2, 3, rgb15to24),