comparison libvo/vo_null.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents cea0eb833758
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
28 #include "mp_msg.h" 28 #include "mp_msg.h"
29 #include "help_mp.h" 29 #include "help_mp.h"
30 #include "video_out.h" 30 #include "video_out.h"
31 #include "video_out_internal.h" 31 #include "video_out_internal.h"
32 32
33 static vo_info_t info = 33 static const vo_info_t info =
34 { 34 {
35 "Null video output", 35 "Null video output",
36 "null", 36 "null",
37 "Aaron Holtzman <aholtzma@ess.engr.uvic.ca>", 37 "Aaron Holtzman <aholtzma@ess.engr.uvic.ca>",
38 "" 38 ""