diff libvo/vo_xv.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents a454c719a099
children c9e9ac2008c2
line wrap: on
line diff
--- a/libvo/vo_xv.c	Sun Dec 02 13:53:03 2007 +0000
+++ b/libvo/vo_xv.c	Sun Dec 02 14:06:03 2007 +0000
@@ -47,7 +47,7 @@
 
 #include "libavutil/common.h"
 
-static vo_info_t info = {
+static const vo_info_t info = {
     "X11/Xv",
     "xv",
     "Gerd Knorr <kraxel@goldbach.in-berlin.de> and others",