comparison libvo/vo_aa.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 451b928c38ee
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
42 42
43 #define MESSAGE_DURATION 3 43 #define MESSAGE_DURATION 3
44 #define MESSAGE_SIZE 512 44 #define MESSAGE_SIZE 512
45 #define MESSAGE_DEKO " +++ %s +++ " 45 #define MESSAGE_DEKO " +++ %s +++ "
46 46
47 static vo_info_t info = { 47 static const vo_info_t info = {
48 "AAlib", 48 "AAlib",
49 "aa", 49 "aa",
50 "Alban Bedel <albeu@free.fr> and Folke Ashberg <folke@ashberg.de>", 50 "Alban Bedel <albeu@free.fr> and Folke Ashberg <folke@ashberg.de>",
51 "" 51 ""
52 }; 52 };