comparison libvo/vo_bl.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 973e53dc7df5
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
45 #include "video_out_internal.h" 45 #include "video_out_internal.h"
46 #include "mp_msg.h" 46 #include "mp_msg.h"
47 #include "m_option.h" 47 #include "m_option.h"
48 #include "fastmemcpy.h" 48 #include "fastmemcpy.h"
49 49
50 static vo_info_t info = 50 static const vo_info_t info =
51 { 51 {
52 "Blinkenlights driver: http://www.blinkenlights.de", 52 "Blinkenlights driver: http://www.blinkenlights.de",
53 "bl", 53 "bl",
54 "Rik Snel <snel@phys.uu.nl>", 54 "Rik Snel <snel@phys.uu.nl>",
55 "" 55 ""