summaryrefslogtreecommitdiffstats
path: root/libvo/vo_svga.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:06:03 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:06:03 +0000
commit909887bdbe206b88ba19b5effd18a4fe3235ecdf (patch)
treed2f8d87375e6dea29a620373372413d33872eec0 /libvo/vo_svga.c
parent2f4b840f62f7c0151ed62f4c75249c165f8e0fb1 (diff)
downloadmpv-909887bdbe206b88ba19b5effd18a4fe3235ecdf.tar.bz2
mpv-909887bdbe206b88ba19b5effd18a4fe3235ecdf.tar.xz
Make vo info structs const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25244 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_svga.c')
-rw-r--r--libvo/vo_svga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index 9837c6e027..d8f8e393b5 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -92,7 +92,7 @@ static struct {
int locks;
}PageStore[MAXPAGES];
-static vo_info_t info = {
+static const vo_info_t info = {
"SVGAlib",
"svga",
"Ivan Kalvachev <iive@users.sf.net>",