comparison libvo/vo_xvmc.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 85f669a84e7a
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
117 static void xvmc_free(void); 117 static void xvmc_free(void);
118 static void xvmc_clean_surfaces(void); 118 static void xvmc_clean_surfaces(void);
119 static int count_free_surfaces(); 119 static int count_free_surfaces();
120 static xvmc_render_state_t * find_free_surface(); 120 static xvmc_render_state_t * find_free_surface();
121 121
122 static vo_info_t info = { 122 static const vo_info_t info = {
123 "XVideo Motion Compensation", 123 "XVideo Motion Compensation",
124 "xvmc", 124 "xvmc",
125 "Ivan Kalvachev <iive@users.sf.net>", 125 "Ivan Kalvachev <iive@users.sf.net>",
126 "" 126 ""
127 }; 127 };