comparison libvo/vo_dfbmga.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 4b0528fe0ffd
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
39 #include "sub.h" 39 #include "sub.h"
40 #include "mp_msg.h" 40 #include "mp_msg.h"
41 #include "aspect.h" 41 #include "aspect.h"
42 #include "mp_fifo.h" 42 #include "mp_fifo.h"
43 43
44 static vo_info_t info = { 44 static const vo_info_t info = {
45 "DirectFB / Matrox G200/G400/G450/G550", 45 "DirectFB / Matrox G200/G400/G450/G550",
46 "dfbmga", 46 "dfbmga",
47 "Ville Syrjala <syrjala@sci.fi>", 47 "Ville Syrjala <syrjala@sci.fi>",
48 "" 48 ""
49 }; 49 };