comparison vp3.c @ 2031:4225c131a2eb libavcodec

warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 25 May 2004 18:07:25 +0000
parents 141a9539e270
children 380c40efd6bb
comparison
equal deleted inserted replaced
2030:f796043935f3 2031:4225c131a2eb
2054 DCTELEM __align16 output_samples[64]; 2054 DCTELEM __align16 output_samples[64];
2055 unsigned char *output_plane; 2055 unsigned char *output_plane;
2056 unsigned char *last_plane; 2056 unsigned char *last_plane;
2057 unsigned char *golden_plane; 2057 unsigned char *golden_plane;
2058 int stride; 2058 int stride;
2059 int motion_x, motion_y; 2059 int motion_x = 0xdeadbeef, motion_y = 0xdeadbeef;
2060 int upper_motion_limit, lower_motion_limit; 2060 int upper_motion_limit, lower_motion_limit;
2061 int motion_halfpel_index; 2061 int motion_halfpel_index;
2062 uint8_t *motion_source; 2062 uint8_t *motion_source;
2063 2063
2064 debug_vp3(" vp3: rendering final fragments for %s\n", 2064 debug_vp3(" vp3: rendering final fragments for %s\n",