comparison vidix/savage_vid.c @ 25275:d4fda3892e5b

sync with vidix.sf.net r319: remove useless vars
author ben
date Tue, 04 Dec 2007 22:33:46 +0000
parents cfb786831ff7
children c84e99bead4b
comparison
equal deleted inserted replaced
25274:cfb786831ff7 25275:d4fda3892e5b
1176 * -1 otherwise. 1176 * -1 otherwise.
1177 */ 1177 */
1178 static int 1178 static int
1179 savage_config_playback (vidix_playback_t * vinfo) 1179 savage_config_playback (vidix_playback_t * vinfo)
1180 { 1180 {
1181 int uv_size, swap_uv;
1182 unsigned int i; 1181 unsigned int i;
1183 1182
1184 if (!is_supported_fourcc (vinfo->fourcc)) 1183 if (!is_supported_fourcc (vinfo->fourcc))
1185 return -1; 1184 return -1;
1186 1185