comparison imgresample.c @ 5055:4ffb80ba1d2a libavcodec

Fix imgresample-test linking.
author diego
date Mon, 21 May 2007 07:05:23 +0000
parents 6e7e23b6615d
children cf6608b00186
comparison
equal deleted inserted replaced
5054:6e7e23b6615d 5055:4ffb80ba1d2a
813 } 813 }
814 814
815 815
816 #ifdef TEST 816 #ifdef TEST
817 #include <stdio.h> 817 #include <stdio.h>
818 #undef exit
818 819
819 /* input */ 820 /* input */
820 #define XSIZE 256 821 #define XSIZE 256
821 #define YSIZE 256 822 #define YSIZE 256
822 uint8_t img[XSIZE * YSIZE]; 823 uint8_t img[XSIZE * YSIZE];