comparison libvo/vo_s3fb.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents d8b1ae2c164a
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
27 #include "video_out.h" 27 #include "video_out.h"
28 #include "video_out_internal.h" 28 #include "video_out_internal.h"
29 #include "aspect.h" 29 #include "aspect.h"
30 #include "sub.h" 30 #include "sub.h"
31 31
32 static vo_info_t info = 32 static const vo_info_t info =
33 { 33 {
34 "S3 Virge over fbdev", 34 "S3 Virge over fbdev",
35 "s3fb", 35 "s3fb",
36 "Mark Sanderson <mmp@kiora.ath.cx>", 36 "Mark Sanderson <mmp@kiora.ath.cx>",
37 "" 37 ""