comparison libmpcodecs/vf_flip.c @ 25221:00fff9a3b735

Make all vf_info_t structs const
author reimar
date Sun, 02 Dec 2007 14:57:15 +0000
parents 20aca9baf5d8
children 0f1b5b68af32
comparison
equal deleted inserted replaced
25220:c9e9ac2008c2 25221:00fff9a3b735
78 vf->put_image=put_image; 78 vf->put_image=put_image;
79 vf->default_reqs=VFCAP_ACCEPT_STRIDE; 79 vf->default_reqs=VFCAP_ACCEPT_STRIDE;
80 return 1; 80 return 1;
81 } 81 }
82 82
83 vf_info_t vf_info_flip = { 83 const vf_info_t vf_info_flip = {
84 "flip image upside-down", 84 "flip image upside-down",
85 "flip", 85 "flip",
86 "A'rpi", 86 "A'rpi",
87 "", 87 "",
88 open, 88 open,