diff 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
line wrap: on
line diff
--- a/libvo/vo_xvr100.c	Sun Dec 02 13:53:03 2007 +0000
+++ b/libvo/vo_xvr100.c	Sun Dec 02 14:06:03 2007 +0000
@@ -52,7 +52,7 @@
 #include "mp_msg.h"
 
 
-static vo_info_t info = {
+static const vo_info_t info = {
     "sun xvr-100",
     "xvr100",
     "Denes Balatoni",