comparison libvo/vo_xvr100.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 140cf1a3a7d6
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
50 #include "geometry.h" 50 #include "geometry.h"
51 #include "fastmemcpy.h" 51 #include "fastmemcpy.h"
52 #include "mp_msg.h" 52 #include "mp_msg.h"
53 53
54 54
55 static vo_info_t info = { 55 static const vo_info_t info = {
56 "sun xvr-100", 56 "sun xvr-100",
57 "xvr100", 57 "xvr100",
58 "Denes Balatoni", 58 "Denes Balatoni",
59 "" 59 ""
60 }; 60 };