comparison libmpcodecs/vf_pullup.c @ 24971:8bbc042f23c4

const fix
author rfelker
date Fri, 09 Nov 2007 12:52:50 +0000
parents 938e685a263c
children 00fff9a3b735
comparison
equal deleted inserted replaced
24970:938e685a263c 24971:8bbc042f23c4
284 sscanf(args, "%d:%d:%d:%d:%d:%d", &c->junk_left, &c->junk_right, &c->junk_top, &c->junk_bottom, &c->strict_breaks, &c->metric_plane); 284 sscanf(args, "%d:%d:%d:%d:%d:%d", &c->junk_left, &c->junk_right, &c->junk_top, &c->junk_bottom, &c->strict_breaks, &c->metric_plane);
285 } 285 }
286 return 1; 286 return 1;
287 } 287 }
288 288
289 vf_info_t vf_info_pullup = { 289 const vf_info_t vf_info_pullup = {
290 "pullup (from field sequence to frames)", 290 "pullup (from field sequence to frames)",
291 "pullup", 291 "pullup",
292 "Rich Felker", 292 "Rich Felker",
293 "", 293 "",
294 open, 294 open,