comparison libmpcodecs/vf_yuy2.c @ 25221:00fff9a3b735

Make all vf_info_t structs const
author reimar
date Sun, 02 Dec 2007 14:57:15 +0000
parents f8d4f8eff72b
children 0f1b5b68af32
comparison
equal deleted inserted replaced
25220:c9e9ac2008c2 25221:00fff9a3b735
68 vf->put_image=put_image; 68 vf->put_image=put_image;
69 vf->query_format=query_format; 69 vf->query_format=query_format;
70 return 1; 70 return 1;
71 } 71 }
72 72
73 vf_info_t vf_info_yuy2 = { 73 const vf_info_t vf_info_yuy2 = {
74 "fast YV12/Y422p -> YUY2 conversion", 74 "fast YV12/Y422p -> YUY2 conversion",
75 "yuy2", 75 "yuy2",
76 "A'rpi", 76 "A'rpi",
77 "", 77 "",
78 open, 78 open,